Mubbashir Ahmed
commited on
Commit
·
fe38860
1
Parent(s):
9176bca
title
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def chat_with_model(model_choice, prompt, image_url):
|
|
54 |
|
55 |
# Gradio UI
|
56 |
with gr.Blocks() as demo:
|
57 |
-
gr.Markdown("## 🤖
|
58 |
gr.Markdown("Supports LLaMA 4 (with optional image), MiniMax, and Mistral.")
|
59 |
|
60 |
model_dropdown = gr.Dropdown(
|
|
|
54 |
|
55 |
# Gradio UI
|
56 |
with gr.Blocks() as demo:
|
57 |
+
gr.Markdown("## 🤖 Multi-Model Space")
|
58 |
gr.Markdown("Supports LLaMA 4 (with optional image), MiniMax, and Mistral.")
|
59 |
|
60 |
model_dropdown = gr.Dropdown(
|