ford442 commited on
Commit
2832e2e
·
verified ·
1 Parent(s): 2f13a3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def calculate_dimensions(image, mod_value):
105
  return calculated_width, calculated_height
106
 
107
 
108
- @spaces.GPU
109
  def run_inference(
110
  image_path: str,
111
  prompt: str,
 
105
  return calculated_width, calculated_height
106
 
107
 
108
+ @spaces.GPU(duration=120)
109
  def run_inference(
110
  image_path: str,
111
  prompt: str,