AlexZou commited on
Commit
9152760
·
1 Parent(s): 912d00a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import os
3
 
4
 
5
- os.system("git clone https://github.com/AlexZou14/Deploy_Restoration.git")
6
  os.system("mv Deploy_Restoration/* ./")
7
 
8
 
 
2
  import os
3
 
4
 
5
+ os.system("git clone https://github.com/AlexZou14/Deploy_Restoration")
6
  os.system("mv Deploy_Restoration/* ./")
7
 
8