Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -433,7 +433,7 @@ def get_inference_duration(
|
|
| 433 |
inter_time = (total_out_frames * 0.02)
|
| 434 |
gen_time += inter_time
|
| 435 |
|
| 436 |
-
return
|
| 437 |
|
| 438 |
|
| 439 |
@spaces.GPU(duration=get_inference_duration)
|
|
|
|
| 433 |
inter_time = (total_out_frames * 0.02)
|
| 434 |
gen_time += inter_time
|
| 435 |
|
| 436 |
+
return 15 + gen_time
|
| 437 |
|
| 438 |
|
| 439 |
@spaces.GPU(duration=get_inference_duration)
|