AlexZou commited on
Commit
676735b
1 Parent(s): 730251a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -2,12 +2,6 @@ import gradio as gr
2
  import os
3
 
4
 
5
- os.system("git clone https://github.com/AlexZou14/Deploy_Restoration")
6
- os.system("ls")
7
- os.system("mv Deploy_Restoration/* ./")
8
- os.system("ls")
9
-
10
-
11
  def inference(image, task):
12
  if not os.path.exists('tmp'):
13
  os.system('mkdir tmp')
 
2
  import os
3
 
4
 
 
 
 
 
 
 
5
  def inference(image, task):
6
  if not os.path.exists('tmp'):
7
  os.system('mkdir tmp')