Spaces:
Running
on
T4
Running
on
T4
remove github key
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
|
2 |
import os
|
3 |
-
token = os.environ["GITHUB_TOKEN"]
|
4 |
os.system(f"pip install git+https://jinlinyi@github.com:jinlinyi/PerspectiveFields.git@dev")
|
5 |
|
6 |
import gradio as gr
|
|
|
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
|