Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -118,7 +118,7 @@ def build_model_viewer_html(save_folder, height=660, width=790, textured=False):
|
|
118 |
</div>
|
119 |
"""
|
120 |
|
121 |
-
@spaces.GPU(duration=
|
122 |
def _gen_shape(
|
123 |
caption=None,
|
124 |
image=None,
|
@@ -289,7 +289,7 @@ def generation_all(
|
|
289 |
seed,
|
290 |
)
|
291 |
|
292 |
-
@spaces.GPU(duration=
|
293 |
def shape_generation(
|
294 |
caption=None,
|
295 |
image=None,
|
|
|
118 |
</div>
|
119 |
"""
|
120 |
|
121 |
+
@spaces.GPU(duration=60)
|
122 |
def _gen_shape(
|
123 |
caption=None,
|
124 |
image=None,
|
|
|
289 |
seed,
|
290 |
)
|
291 |
|
292 |
+
@spaces.GPU(duration=60)
|
293 |
def shape_generation(
|
294 |
caption=None,
|
295 |
image=None,
|