hsuwill000 commited on
Commit
3bde190
·
verified ·
1 Parent(s): bbd1ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ assert os.path.exists("sd-ggml-cpp-dp")
16
  '''
17
 
18
 
19
- os.system("apt-get install libopenblas-dev")
20
  os.system("pip install huggingface_hub")
 
16
  '''
17
 
18
 
19
+ os.system("apt-get install libopenblas-base")
20
  os.system("pip install huggingface_hub")