Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from wfd.webui import start_demo
|
|
7 |
|
8 |
if __name__ == "__main__":
|
9 |
# try to fix the CDLL problem
|
10 |
-
urllib.request.urlretrieve("https://github.com/wdcqc/WaveFunctionDiffusion/raw/remaster/wfd/mpqapi/libstorm.so", "libstorm.so")
|
11 |
|
12 |
class Arguments:
|
13 |
colab = False
|
|
|
7 |
|
8 |
if __name__ == "__main__":
|
9 |
# try to fix the CDLL problem
|
10 |
+
urllib.request.urlretrieve("https://github.com/wdcqc/WaveFunctionDiffusion/raw/remaster/wfd/mpqapi/libstorm.so", "/home/user/.local/lib/python3.8/site-packages/wfd/mpqapi/libstorm.so")
|
11 |
|
12 |
class Arguments:
|
13 |
colab = False
|