Ifeanyi commited on
Commit
1519ff5
·
verified ·
1 Parent(s): d8e8d40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,4 +9,5 @@ examples = ["birdA.jpg", "birdB.jpg", "birdC.jpg"]
9
  gr.Interface.from_pipeline(model,
10
  examples = examples,
11
  theme = gr.themes.Soft(),
12
- css = ".gradio-container {background: #4b6cb7;background: -webkit-linear-gradient(to right, #182848, #4b6cb7);background: linear-gradient(to right, #182848, #4b6cb7);}").launch()
 
 
9
  gr.Interface.from_pipeline(model,
10
  examples = examples,
11
  theme = gr.themes.Soft(),
12
+ title = "TellMe-AI",
13
+ css = ".gradio-container {background: #0052D4;background: -webkit-linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);background: linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);}").launch()