Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,6 +44,7 @@ def answer_question(img, prompt):
|
|
| 44 |
|
| 45 |
|
| 46 |
with gr.Blocks() as demo:
|
|
|
|
| 47 |
gr.Markdown(
|
| 48 |
"""
|
| 49 |
# Super Rapid Annotator - Multimodal vision tool to annotate videos with LLaVA framework
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
with gr.Blocks() as demo:
|
| 47 |
+
gr.Image("data/gsoc_redhen.png")
|
| 48 |
gr.Markdown(
|
| 49 |
"""
|
| 50 |
# Super Rapid Annotator - Multimodal vision tool to annotate videos with LLaVA framework
|