ZZZXIANG commited on
Commit
e973adb
·
verified ·
1 Parent(s): 00aa260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  """