Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def classify_image(image_filepath):
|
|
26 |
|
27 |
import gradio as gr
|
28 |
|
29 |
-
with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-container {background
|
30 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Image Classification for 1000 Objects</div>""")
|
31 |
|
32 |
with gr.Row():
|
|
|
26 |
|
27 |
import gradio as gr
|
28 |
|
29 |
+
with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-container {background:#FFD1DC;}") as demo:
|
30 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Image Classification for 1000 Objects</div>""")
|
31 |
|
32 |
with gr.Row():
|