Oysiyl commited on
Commit
bc85fe6
·
1 Parent(s): 0a9ecd7

increase time limit from 60 to 75

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -401,7 +401,7 @@ else:
401
  )
402
 
403
 
404
- @spaces.GPU(duration=60)
405
  def generate_qr_code_unified(
406
  prompt: str,
407
  text_input: str,
@@ -1600,7 +1600,7 @@ if __name__ == "__main__" and not os.environ.get("QR_TESTING_MODE"):
1600
  - **Standard QR** (Old pipeline, more stable): Stable, accurate QR code generation (faster, more scannable, less creative)
1601
 
1602
  ### Note:
1603
- Selecting image_size more then 704 might fail to generate image when other users are trying app at the same time.
1604
 
1605
  Feel free to share your suggestions or feedback on how to improve the app! Thanks!
1606
  """)
 
401
  )
402
 
403
 
404
+ @spaces.GPU(duration=75)
405
  def generate_qr_code_unified(
406
  prompt: str,
407
  text_input: str,
 
1600
  - **Standard QR** (Old pipeline, more stable): Stable, accurate QR code generation (faster, more scannable, less creative)
1601
 
1602
  ### Note:
1603
+ Larger image sizes may take longer to generate.
1604
 
1605
  Feel free to share your suggestions or feedback on how to improve the app! Thanks!
1606
  """)