Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alexnasa/Ovi-ZEROGPU
rahul7star
/
OVI
like
8
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
alex
commited on
Oct 5, 2025
Commit
e977193
·
1 Parent(s):
c727d79
increase image generation time
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -231,7 +231,7 @@ def get_duration(
231
image_generation_s = 0
232
233
if not image:
234
-
image_generation_s =
30
235
236
warmup = 20
237
231
image_generation_s = 0
232
233
if not image:
234
+
image_generation_s =
40
235
236
warmup = 20
237