Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|