Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
|
|
55 |
gr.Slider(2, 500, value=100, label="Token Count", info="Choose between 2 and 500")],
|
56 |
outputs=gr.TextArea(label="Answer"),
|
57 |
# examples=examples,
|
58 |
-
title="
|
59 |
-
description="An interactive chat model that can answer questions about images in an Academic context. \n We can input images, and the system will analyze them to provide information about their contents. I've utilized this capability by feeding slides from PowerPoint presentations used in classes and the lecture content passed as text. Consequently, the model now mimics the behavior and responses of my professors. So, if I present any PowerPoint slide, it explains it just like my professor would, further it can be personalized.",
|
60 |
)
|
61 |
|
62 |
# Launch the app
|
|
|
55 |
gr.Slider(2, 500, value=100, label="Token Count", info="Choose between 2 and 500")],
|
56 |
outputs=gr.TextArea(label="Answer"),
|
57 |
# examples=examples,
|
58 |
+
title="Super Rapid Annotator - Multimodal vision tool to annotate videos with LLaVA framework",
|
59 |
+
# description="An interactive chat model that can answer questions about images in an Academic context. \n We can input images, and the system will analyze them to provide information about their contents. I've utilized this capability by feeding slides from PowerPoint presentations used in classes and the lecture content passed as text. Consequently, the model now mimics the behavior and responses of my professors. So, if I present any PowerPoint slide, it explains it just like my professor would, further it can be personalized.",
|
60 |
)
|
61 |
|
62 |
# Launch the app
|