Ifeanyi commited on
Commit
d8e8d40
·
verified ·
1 Parent(s): 8bbe407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import timm
7
  model = pipeline("image-classification")
8
  examples = ["birdA.jpg", "birdB.jpg", "birdC.jpg"]
9
  gr.Interface.from_pipeline(model,
10
- title = "TellMe-AI",
11
  examples = examples,
12
  theme = gr.themes.Soft(),
13
  css = ".gradio-container {background: #4b6cb7;background: -webkit-linear-gradient(to right, #182848, #4b6cb7);background: linear-gradient(to right, #182848, #4b6cb7);}").launch()
 
7
  model = pipeline("image-classification")
8
  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()