Ifeanyi commited on
Commit
f24ebf9
1 Parent(s): 790cfa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ examples = ["elephant.jpg", "fox.jpg", "panda.jpg"]
9
  gr.Interface.from_pipeline(model,
10
  examples = examples,
11
  theme = gr.themes.Soft(),
12
- title = "Tell Me",
13
  css = ".gradio-container {background: #0052D4;background: -webkit-linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);background: linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);}").launch()
 
9
  gr.Interface.from_pipeline(model,
10
  examples = examples,
11
  theme = gr.themes.Soft(),
12
+ title = "What Am I?",
13
  css = ".gradio-container {background: #0052D4;background: -webkit-linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);background: linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);}").launch()