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