Spaces:
Sleeping
Sleeping
KasKniesmeijer
commited on
Commit
·
533fd96
1
Parent(s):
686832e
code check
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ custom_citrus = Citrus(neutral_hue="slate")
|
|
102 |
iface = gr.Interface(
|
103 |
fn=answer_question,
|
104 |
inputs=[
|
105 |
-
gr.Image(type="numpy"
|
106 |
gr.Textbox(lines=2, placeholder="Enter your question here..."),
|
107 |
gr.Audio(
|
108 |
type="filepath",
|
@@ -112,7 +112,7 @@ iface = gr.Interface(
|
|
112 |
],
|
113 |
outputs="text",
|
114 |
title="FAAM-demo | Vision Language Model | SmolVLM",
|
115 |
-
description="Upload an image and ask
|
116 |
theme=custom_citrus,
|
117 |
)
|
118 |
|
|
|
102 |
iface = gr.Interface(
|
103 |
fn=answer_question,
|
104 |
inputs=[
|
105 |
+
gr.Image(type="numpy"),
|
106 |
gr.Textbox(lines=2, placeholder="Enter your question here..."),
|
107 |
gr.Audio(
|
108 |
type="filepath",
|
|
|
112 |
],
|
113 |
outputs="text",
|
114 |
title="FAAM-demo | Vision Language Model | SmolVLM",
|
115 |
+
description="Upload an image and ask a question about it.",
|
116 |
theme=custom_citrus,
|
117 |
)
|
118 |
|