akhaliq HF staff commited on
Commit
08b3c07
1 Parent(s): a225caf
Files changed (1) hide show
  1. 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/smolvlm-chat"
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):