Spaces:
Build error
Build error
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
|
@@ -269,7 +269,7 @@ height="{height}" width="100%" frameborder="0"></iframe>'
|
|
| 269 |
</div>
|
| 270 |
"""
|
| 271 |
|
| 272 |
-
@spaces.GPU(duration=
|
| 273 |
def _gen_shape(
|
| 274 |
caption=None,
|
| 275 |
image=None,
|
|
@@ -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,
|
|
|
|
| 269 |
</div>
|
| 270 |
"""
|
| 271 |
|
| 272 |
+
@spaces.GPU(duration=60)
|
| 273 |
def _gen_shape(
|
| 274 |
caption=None,
|
| 275 |
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=130)
|
| 382 |
def generation_all(
|
| 383 |
caption=None,
|
| 384 |
image=None,
|