PerryCheng614 commited on
Commit
f651569
1 Parent(s): 206359e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -78,7 +78,9 @@ demo = gr.Interface(
78
  ],
79
  outputs=gr.Textbox(label="Response", interactive=False),
80
  title="Nexa Omni Vision",
81
- description="""
 
 
82
  *Model updated on Nov 21, 2024\n
83
  Upload an image and ask questions about it. The model will analyze the image and provide detailed answers to your queries.
84
  """,
 
78
  ],
79
  outputs=gr.Textbox(label="Response", interactive=False),
80
  title="Nexa Omni Vision",
81
+ description=f"""
82
+ Model Repo: <a href="https://huggingface.co/NexaAIDev/omnivision-968M">NexaAIDev/omnivision-968M</a>
83
+
84
  *Model updated on Nov 21, 2024\n
85
  Upload an image and ask questions about it. The model will analyze the image and provide detailed answers to your queries.
86
  """,