Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def describe_image(image, user_question="Describe each stage of this image."):
|
|
74 |
# Gradio interface
|
75 |
def gradio_app():
|
76 |
with gr.Blocks() as demo:
|
77 |
-
gr.Markdown("# Image Description with DeepSeek VL 1.3b
|
78 |
|
79 |
with gr.Row():
|
80 |
image_input = gr.Image(type="pil", label="Upload an Image")
|
|
|
74 |
# Gradio interface
|
75 |
def gradio_app():
|
76 |
with gr.Blocks() as demo:
|
77 |
+
gr.Markdown("# Image Description with DeepSeek VL 1.3b 🐬\n### Upload an image and ask a question about it.")
|
78 |
|
79 |
with gr.Row():
|
80 |
image_input = gr.Image(type="pil", label="Upload an Image")
|