jingwwu commited on
Commit
e93d06f
·
verified ·
1 Parent(s): f99e8cd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ MAX_IMAGE_SIZE = 512
23
  DEFAULT_POSITIVE_PROMPT = None
24
  DEFAULT_NEGATIVE_PROMPT = "copy the original image"
25
 
26
- # @spaces.GPU #[uncomment to use ZeroGPU]
27
  def infer(
28
  prompt=None,
29
  ref=None,
 
23
  DEFAULT_POSITIVE_PROMPT = None
24
  DEFAULT_NEGATIVE_PROMPT = "copy the original image"
25
 
26
+ @spaces.GPU #[uncomment to use ZeroGPU]
27
  def infer(
28
  prompt=None,
29
  ref=None,