zamal commited on
Commit
c38bfca
1 Parent(s): cc11199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\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")
 
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")