Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse filesDebug error (RuntimeError: Could not infer dtype of numpy.float32)
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
try:
|
| 4 |
import perspective2d
|
| 5 |
except:
|
| 6 |
-
os.system(f"pip install git+https://github.com/jinlinyi/PerspectiveFields.git@
|
| 7 |
|
| 8 |
|
| 9 |
import gradio as gr
|
|
|
|
| 3 |
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
|