Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ app = gr.Interface(
|
|
| 118 |
fn=ImageChat,
|
| 119 |
inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
|
| 120 |
outputs=gr.Textbox(label="Response"),
|
| 121 |
-
title="
|
| 122 |
theme=gr.themes.Soft()
|
| 123 |
)
|
| 124 |
|
|
|
|
| 118 |
fn=ImageChat,
|
| 119 |
inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
|
| 120 |
outputs=gr.Textbox(label="Response"),
|
| 121 |
+
title="",
|
| 122 |
theme=gr.themes.Soft()
|
| 123 |
)
|
| 124 |
|