Ahsen Khaliq commited on
Commit
7978f5e
1 Parent(s): 3bea4e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def run_cmd(command):
18
  print("Process interrupted")
19
  sys.exit(1)
20
  run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P .")
21
- run_cmd("python setup.py develop")
22
 
23
 
24
  def inference(img):
 
18
  print("Process interrupted")
19
  sys.exit(1)
20
  run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P .")
21
+ #run_cmd("python setup.py develop")
22
 
23
 
24
  def inference(img):