jrossi6 commited on
Commit
1246fc1
·
1 Parent(s): e9bf955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/AK391/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")
 
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")