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