jinlinyi commited on
Commit
71c19c0
1 Parent(s): 416f635

correct github install link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
 
2
  import os
3
- os.system(f"pip install git+https://jinlinyi@github.com:jinlinyi/PerspectiveFields.git@dev")
 
4
 
5
  import gradio as gr
6
  import cv2
 
1
 
2
  import os
3
+ os.system(f"pip install git+https://github.com/jinlinyi/PerspectiveFields.git@dev#egg=perspective2d")
4
+
5
 
6
  import gradio as gr
7
  import cv2