Update app.py
Browse files
app.py
CHANGED
@@ -176,13 +176,13 @@ image_gradio_app = gr.Interface(
|
|
176 |
fn=predict_image,
|
177 |
inputs=gr.Image(label="Image", sources=['upload', 'webcam'], type="pil"),
|
178 |
outputs=[gr.Label(label="Result")],
|
179 |
-
title="<span style='color: #
|
180 |
theme=theme
|
181 |
)
|
182 |
|
183 |
chatbot_gradio_app = gr.ChatInterface(
|
184 |
fn=chat_interface,
|
185 |
-
title="<span style='color: #
|
186 |
)
|
187 |
|
188 |
banner_tab_content = """
|
|
|
176 |
fn=predict_image,
|
177 |
inputs=gr.Image(label="Image", sources=['upload', 'webcam'], type="pil"),
|
178 |
outputs=[gr.Label(label="Result")],
|
179 |
+
title="<span style='color: #66814a;'>Green Greta</span>",
|
180 |
theme=theme
|
181 |
)
|
182 |
|
183 |
chatbot_gradio_app = gr.ChatInterface(
|
184 |
fn=chat_interface,
|
185 |
+
title="<span style='color: #66814a;'>Green Greta</span>"
|
186 |
)
|
187 |
|
188 |
banner_tab_content = """
|