Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
|
|
42 |
gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
|
43 |
outputs=gr.TextArea(label="Answer"),
|
44 |
title="Sparrow - Tiny 3B | Visual Question Answering",
|
45 |
-
description="An interactive chat model that can answer questions about images in Academic
|
46 |
)
|
47 |
|
48 |
# Launch the app
|
|
|
42 |
gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
|
43 |
outputs=gr.TextArea(label="Answer"),
|
44 |
title="Sparrow - Tiny 3B | Visual Question Answering",
|
45 |
+
description="An interactive chat model that can answer questions about images in Academic context.",
|
46 |
)
|
47 |
|
48 |
# Launch the app
|