Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ def create_gradio_interface():
|
|
287 |
|
288 |
gr.HTML("""
|
289 |
<div class="title" style="text-align: center">
|
290 |
-
<h1>Qwen2.5-VL Outpost
|
291 |
<p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
|
292 |
Advanced Vision-Language Models for Image and Video Understanding
|
293 |
</p>
|
@@ -305,7 +305,7 @@ def create_gradio_interface():
|
|
305 |
"DeepCaption-VLA-7B"
|
306 |
],
|
307 |
label="Select Model",
|
308 |
-
value="
|
309 |
)
|
310 |
|
311 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your prompt")
|
|
|
287 |
|
288 |
gr.HTML("""
|
289 |
<div class="title" style="text-align: center">
|
290 |
+
<h1>Qwen2.5-VL Outpost👀</h1>
|
291 |
<p style="font-size: 1.1em; color: #6b7280; margin-bottom: 0.6em;">
|
292 |
Advanced Vision-Language Models for Image and Video Understanding
|
293 |
</p>
|
|
|
305 |
"DeepCaption-VLA-7B"
|
306 |
],
|
307 |
label="Select Model",
|
308 |
+
value="Qwen2.5-VL-7B-Instruct"
|
309 |
)
|
310 |
|
311 |
prompt_input = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your prompt")
|