Spaces:
Running
on
T4
Running
on
T4
correct github install link
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
|
2 |
import os
|
3 |
-
os.system(f"pip install git+https://
|
|
|
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
|