Spaces:
Running
on
Zero
Running
on
Zero
fix duration
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -378,7 +378,7 @@ def _gen_shape(
|
|
| 378 |
main_image = image if not MV_MODE else image['front']
|
| 379 |
return mesh, main_image, save_folder, stats, seed
|
| 380 |
|
| 381 |
-
@spaces.GPU(duration=
|
| 382 |
def generation_all(
|
| 383 |
caption=None,
|
| 384 |
image=None,
|
|
|
|
| 378 |
main_image = image if not MV_MODE else image['front']
|
| 379 |
return mesh, main_image, save_folder, stats, seed
|
| 380 |
|
| 381 |
+
@spaces.GPU(duration=180)
|
| 382 |
def generation_all(
|
| 383 |
caption=None,
|
| 384 |
image=None,
|