Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,9 @@ iface = gr.Interface(
|
|
32 |
fn=generate_response,
|
33 |
inputs=[gr.Image(type="pil"), "text"],
|
34 |
outputs="text",
|
35 |
-
title="Visual Question Answering",
|
36 |
description="Input an image and a question related to the image to receive a response.",
|
|
|
37 |
)
|
38 |
|
39 |
# Launch the app
|
|
|
32 |
fn=generate_response,
|
33 |
inputs=[gr.Image(type="pil"), "text"],
|
34 |
outputs="text",
|
35 |
+
title="Visual Question Answering - Financial charts analysis",
|
36 |
description="Input an image and a question related to the image to receive a response.",
|
37 |
+
theme='abidlabs/dracula_revamped'
|
38 |
)
|
39 |
|
40 |
# Launch the app
|