Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,6 @@ app = gr.Interface(ImageChat,
|
|
| 26 |
inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
|
| 27 |
outputs = gr.Text(label = "Response"),
|
| 28 |
title = "Image Chat",
|
| 29 |
-
theme =
|
| 30 |
|
| 31 |
app.launch()
|
|
|
|
| 26 |
inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
|
| 27 |
outputs = gr.Text(label = "Response"),
|
| 28 |
title = "Image Chat",
|
| 29 |
+
theme = "Taithrah/Minimal")
|
| 30 |
|
| 31 |
app.launch()
|