Spaces:
Runtime error
Runtime error
Zwea Htet
commited on
Commit
•
dfb15e1
1
Parent(s):
5c95fc1
update requirements.txt
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: green
|
|
5 |
colorTo: red
|
6 |
# sdk: streamlit
|
7 |
# sdk_version: 1.24.0 not supported on huggingface spaces
|
8 |
-
sdk: docker
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
|
|
5 |
colorTo: red
|
6 |
# sdk: streamlit
|
7 |
# sdk_version: 1.24.0 not supported on huggingface spaces
|
8 |
+
sdk: docker # for local testing, you can comment this, and uncomment the streamlit
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ faiss-cpu
|
|
9 |
python-dotenv
|
10 |
streamlit>=1.24.0
|
11 |
huggingface_hub
|
12 |
-
xformers
|
|
|
|
9 |
python-dotenv
|
10 |
streamlit>=1.24.0
|
11 |
huggingface_hub
|
12 |
+
xformers
|
13 |
+
gunicorn
|