Spaces:
Running
Running
fix
Browse files- app_huggingface.py +1 -1
app_huggingface.py
CHANGED
|
@@ -2,7 +2,7 @@ from gradio_client import Client
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
MODELS = {
|
| 5 |
-
"SmolVLM-Instruct": "akhaliq/
|
| 6 |
}
|
| 7 |
|
| 8 |
def create_chat_fn(client):
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
MODELS = {
|
| 5 |
+
"SmolVLM-Instruct": "akhaliq/SmolVLM-Instruct"
|
| 6 |
}
|
| 7 |
|
| 8 |
def create_chat_fn(client):
|