Dagfinn1962 commited on
Commit
643882e
·
verified ·
1 Parent(s): 53e719a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -160,7 +160,8 @@ def get_inference_duration(
160
  return 5 + int(steps) * step_duration
161
 
162
 
163
- @spaces.GPU(duration=get_inference_duration)
 
164
  def run_inference(
165
  resized_image,
166
  processed_last_image,
 
160
  return 5 + int(steps) * step_duration
161
 
162
 
163
+ #@spaces.GPU(duration=get_inference_duration)
164
+ @spaces.GPU()
165
  def run_inference(
166
  resized_image,
167
  processed_last_image,