Pull request

#8
by Miracin - opened
Files changed (2) hide show
  1. gradio_app.py +1 -1
  2. requirements.txt +1 -3
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=180)
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
@@ -52,7 +50,7 @@ psutil==6.0.0
52
  cupy-cuda12x==13.4.1
53
 
54
  # Blender
55
- bpy==4.2.0
56
 
57
  # ONNX Runtime
58
  onnxruntime==1.16.3
 
 
 
1
  # Build Tools
2
  ninja==1.11.1.1
3
  pybind11==2.13.4
 
50
  cupy-cuda12x==13.4.1
51
 
52
  # Blender
53
+ bpy==4.0
54
 
55
  # ONNX Runtime
56
  onnxruntime==1.16.3