Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import sys
|
4 |
os.system("pip install gradio==2.4.6")
|
5 |
|
6 |
-
os.system("git clone https://github.com/
|
7 |
|
8 |
os.chdir('PAMA')
|
9 |
os.system("wget https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Hoover_Tower_Stanford_January_2013.jpg/800px-Hoover_Tower_Stanford_January_2013.jpg")
|
|
|
3 |
import sys
|
4 |
os.system("pip install gradio==2.4.6")
|
5 |
|
6 |
+
os.system("git clone https://github.com/jrossi6/PAMA.git")
|
7 |
|
8 |
os.chdir('PAMA')
|
9 |
os.system("wget https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Hoover_Tower_Stanford_January_2013.jpg/800px-Hoover_Tower_Stanford_January_2013.jpg")
|