Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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
|