Spaces:
Runtime error
Runtime error
changes spaces config
Browse files
README.md
CHANGED
@@ -7,7 +7,10 @@ sdk: gradio
|
|
7 |
sdk_version: 4.16.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
|
|
10 |
license: unknown
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 4.16.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
+
models: ["mistralai/Mixtral-8x7B-Instruct-v0.1","HuggingFaceH4/zephyr-7b-beta","mistralai/Mistral-7B-Instruct-v0.1"]
|
11 |
license: unknown
|
12 |
+
fullWidth: true
|
13 |
+
tags: ["Mixtral8x7b","zephyr-7b","mistral-7B","hugguingface Text Generation Inference"]
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|