Imadsarvm commited on
Commit
a0cc675
·
verified ·
1 Parent(s): 8fb3f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ import matplotlib.pyplot as plt
24
  import warnings
25
  warnings.filterwarnings("ignore")
26
  import requests
 
27
  os.system("git clone https://github.com/xuebinqin/DIS")
28
  os.system("mv DIS/IS-Net/* .")
29
 
 
24
  import warnings
25
  warnings.filterwarnings("ignore")
26
  import requests
27
+ os.system("git config --global --unset https.proxy")
28
  os.system("git clone https://github.com/xuebinqin/DIS")
29
  os.system("mv DIS/IS-Net/* .")
30