prithivMLmods commited on
Commit
2550c47
·
verified ·
1 Parent(s): 2015dcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def load_lora_opt(pipe, lora_input):
88
  shutil.rmtree(tmp_dir, ignore_errors=True)
89
 
90
  # Generation function for Qwen/Qwen-Image
91
- @spaces.GPU(duration=120)
92
  def generate_qwen(
93
  prompt: str,
94
  negative_prompt: str = "",
 
88
  shutil.rmtree(tmp_dir, ignore_errors=True)
89
 
90
  # Generation function for Qwen/Qwen-Image
91
+ @spaces.GPU(duration=99)
92
  def generate_qwen(
93
  prompt: str,
94
  negative_prompt: str = "",