Add application file
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ def analyze_image_direct(image, question):
|
|
25 |
|
26 |
# Create Gradio interface
|
27 |
iface = gr.Interface(fn=analyze_image_direct,
|
|
|
28 |
inputs=[gr.Image(type="pil"), gr.Textbox(lines=2, placeholder="Enter your question here...")],
|
29 |
outputs='text',
|
30 |
title="Direct Image Question Answering",
|
|
|
25 |
|
26 |
# Create Gradio interface
|
27 |
iface = gr.Interface(fn=analyze_image_direct,
|
28 |
+
theme=None,
|
29 |
inputs=[gr.Image(type="pil"), gr.Textbox(lines=2, placeholder="Enter your question here...")],
|
30 |
outputs='text',
|
31 |
title="Direct Image Question Answering",
|