Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,8 @@ from huggingface_hub import hf_hub_download
|
|
29 |
|
30 |
import gradio as gr
|
31 |
|
|
|
|
|
32 |
|
33 |
def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
|
34 |
"""
|
|
|
29 |
|
30 |
import gradio as gr
|
31 |
|
32 |
+
!pip install --upgrade huggingface_hub
|
33 |
+
|
34 |
|
35 |
def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
|
36 |
"""
|