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