Ifeanyi commited on
Commit
7015849
1 Parent(s): fd6ad50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ app = gr.Interface(ImageChat,
27
  outputs = gr.Text(label = "Story"),
28
  examples = ["rubiks cube.jpg","giraffe.jpg","street.jpg"],
29
  title = "Image-To-Story",
30
- theme = gr.themes.Soft())
31
 
32
 
33
  app.launch()
 
27
  outputs = gr.Text(label = "Story"),
28
  examples = ["rubiks cube.jpg","giraffe.jpg","street.jpg"],
29
  title = "Image-To-Story",
30
+ theme = "shivi/calm_seafoam")
31
 
32
 
33
  app.launch()