jinlinyi commited on
Commit
70e2b7b
1 Parent(s): 443e193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ try:
4
  import perspective2d
5
  except:
6
  os.system(f"pip install git+https://github.com/jinlinyi/PerspectiveFields.git@hf-debug")
 
7
 
8
 
9
  import gradio as gr
 
4
  import perspective2d
5
  except:
6
  os.system(f"pip install git+https://github.com/jinlinyi/PerspectiveFields.git@hf-debug")
7
+ os.system(f"pip install --upgrade numpy")
8
 
9
 
10
  import gradio as gr