Update app.py
Browse files
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-
|
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")
|