Ifeanyi commited on
Commit
e18f7fb
1 Parent(s): 8a7559b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = gr.themes.Soft())
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()