pratham0011
commited on
docker config
Browse files
README.md
CHANGED
@@ -3,10 +3,12 @@ title: Chat With Multiple Documents
|
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.34.0
|
8 |
-
app_file: main.py
|
9 |
-
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
+
# sdk: streamlit
|
7 |
+
# sdk_version: 1.34.0
|
8 |
+
# app_file: main.py
|
9 |
+
# pinned: false
|
10 |
+
sdk: docker
|
11 |
+
app_port: 7860
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|