Spaces:
Running
on
Zero
Running
on
Zero
TestCase
#7
by
alien-robot
- opened
- gradio_app.py +1 -1
- requirements.txt +0 -2
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=130)
|
382 |
def generation_all(
|
383 |
caption=None,
|
384 |
image=None,
|
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.blender.org/pypi/
|
2 |
-
|
3 |
# Build Tools
|
4 |
ninja==1.11.1.1
|
5 |
pybind11==2.13.4
|
|
|
|
|
|
|
1 |
# Build Tools
|
2 |
ninja==1.11.1.1
|
3 |
pybind11==2.13.4
|