Spaces:
Running
Running
pmcuplkinger
commited on
Commit
•
a567c4f
1
Parent(s):
fc9022f
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ TOKEN = os.getenv('TOKEN')
|
|
4 |
USERNAME = os.getenv('USERNAME')
|
5 |
REPO = os.getenv('REPO')
|
6 |
|
7 |
-
os.system(f"git clone https://{USERNAME}:{TOKEN}@github.com/{USERNAME}/{REPO}.git && cd {REPO} && pip3 install -r requirements.txt && python3
|
|
|
4 |
USERNAME = os.getenv('USERNAME')
|
5 |
REPO = os.getenv('REPO')
|
6 |
|
7 |
+
os.system(f"git clone https://{USERNAME}:{TOKEN}@github.com/{USERNAME}/{REPO}.git && cd {REPO} && pip3 install -r requirements.txt && python3 app.py")
|