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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -29,7 +29,9 @@ from huggingface_hub import hf_hub_download
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):
 
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):