Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,10 +13,11 @@ if hf_token is None:
|
|
| 13 |
|
| 14 |
# Authenticate with Hugging Face
|
| 15 |
login(hf_token)
|
|
|
|
| 16 |
# Model information and links
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
model_info = {
|
| 21 |
"Zephyr-7B": {
|
| 22 |
'description': """Zephyr 7B is a Huggingface model, fine-tuned for helpful and instructive interactions.""",
|
|
|
|
| 13 |
|
| 14 |
# Authenticate with Hugging Face
|
| 15 |
login(hf_token)
|
| 16 |
+
|
| 17 |
# Model information and links
|
| 18 |
+
model_links = {
|
| 19 |
+
"Zephyr-7B": "HuggingFaceH4/zephyr-7b-beta"
|
| 20 |
+
}
|
| 21 |
model_info = {
|
| 22 |
"Zephyr-7B": {
|
| 23 |
'description': """Zephyr 7B is a Huggingface model, fine-tuned for helpful and instructive interactions.""",
|