jingwwu commited on
Commit
4f2aded
·
verified ·
1 Parent(s): feafae1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ MAX_IMAGE_SIZE = 512
24
  DEFAULT_POSITIVE_PROMPT = None
25
  DEFAULT_NEGATIVE_PROMPT = "copy the original image"
26
 
27
- @spaces.GPU(duration=180)
28
  def infer(
29
  prompt=None,
30
  ref=None,
 
24
  DEFAULT_POSITIVE_PROMPT = None
25
  DEFAULT_NEGATIVE_PROMPT = "copy the original image"
26
 
27
+ @spaces.GPU(duration=300)
28
  def infer(
29
  prompt=None,
30
  ref=None,