Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ from app_modules.conversation import SeparatorStyle
|
|
| 47 |
def load_models():
|
| 48 |
models = {
|
| 49 |
"DeepSeek-VL 7B": "deepseek-ai/deepseek-vl-7b-chat",
|
|
|
|
| 50 |
}
|
| 51 |
|
| 52 |
for model_name in models:
|
|
@@ -507,7 +508,7 @@ def build_demo(MODELS):
|
|
| 507 |
|
| 508 |
if __name__ == "__main__":
|
| 509 |
demo = build_demo(MODELS)
|
| 510 |
-
demo.title = "
|
| 511 |
|
| 512 |
reload_javascript()
|
| 513 |
demo.queue(max_size=20).launch(
|
|
|
|
| 47 |
def load_models():
|
| 48 |
models = {
|
| 49 |
"DeepSeek-VL 7B": "deepseek-ai/deepseek-vl-7b-chat",
|
| 50 |
+
"Mistral-Large-Instruct-2411": "mistralai/Mistral-Large-Instruct-2411",
|
| 51 |
}
|
| 52 |
|
| 53 |
for model_name in models:
|
|
|
|
| 508 |
|
| 509 |
if __name__ == "__main__":
|
| 510 |
demo = build_demo(MODELS)
|
| 511 |
+
demo.title = "VL Chatbot"
|
| 512 |
|
| 513 |
reload_javascript()
|
| 514 |
demo.queue(max_size=20).launch(
|