Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def ImageChat(image, prompt):
|
|
26 |
|
27 |
app = gr.Interface(ImageChat,
|
28 |
inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
|
29 |
-
outputs = gr.Markdown(<center><strong>Response</strong></center>),
|
30 |
title = "Image Chat",
|
31 |
theme = "Taithrah/Minimal")
|
32 |
|
|
|
26 |
|
27 |
app = gr.Interface(ImageChat,
|
28 |
inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
|
29 |
+
outputs = gr.Markdown("<center><strong>Response</strong></center>"),
|
30 |
title = "Image Chat",
|
31 |
theme = "Taithrah/Minimal")
|
32 |
|