VamooseBambel commited on
Commit
8913faa
·
verified ·
1 Parent(s): 61a2aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def reset_timer():
94
  unload_timer = Timer(TIMEOUT_SECONDS, unload_model)
95
  unload_timer.start()
96
 
97
- @spaces.GPU(duration=110)
98
  def generate_image(prompt, height, width, guidance_scale, pag_guidance_scale, num_inference_steps):
99
  global global_model
100
  try:
 
94
  unload_timer = Timer(TIMEOUT_SECONDS, unload_model)
95
  unload_timer.start()
96
 
97
+ @spaces.GPU(duration=90)
98
  def generate_image(prompt, height, width, guidance_scale, pag_guidance_scale, num_inference_steps):
99
  global global_model
100
  try: