jinlinyi commited on
Commit
2b79d3a
·
verified ·
1 Parent(s): 3387c3e

Update app.py

Browse files

Debug error (RuntimeError: Could not infer dtype of numpy.float32)

Files changed (1) hide show
  1. app.py +1 -1
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@v1.0.0")
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