Update app.py
Browse files
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()
|