Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ app = gr.Interface(
|
|
| 96 |
fn=ImageChat,
|
| 97 |
inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
|
| 98 |
outputs=gr.Textbox(label="Response"),
|
| 99 |
-
,
|
| 100 |
theme=gr.themes.Soft()
|
| 101 |
)
|
| 102 |
|
|
|
|
| 96 |
fn=ImageChat,
|
| 97 |
inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
|
| 98 |
outputs=gr.Textbox(label="Response"),
|
| 99 |
+
title = "",
|
| 100 |
theme=gr.themes.Soft()
|
| 101 |
)
|
| 102 |
|