wdcqc commited on
Commit
823da69
·
1 Parent(s): 62f9d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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