Spaces:
Runtime error
Runtime error
pyesonekyaw
commited on
Commit
•
58c9676
1
Parent(s):
35df2b4
description changes
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ def predict_image(inp):
|
|
119 |
|
120 |
|
121 |
with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3rem} #custom_title {min-height: 3rem; text-align: center}") as demo:
|
122 |
-
gr.Markdown("#
|
123 |
-
gr.Markdown("Gradio Inference interface for classification of trash and recyclables. To use it, simply upload your image, or click one of the examples to load them", elem_id="custom_title")
|
124 |
|
125 |
with gr.Column():
|
126 |
with gr.Column():
|
|
|
119 |
|
120 |
|
121 |
with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3rem} #custom_title {min-height: 3rem; text-align: center}") as demo:
|
122 |
+
gr.Markdown("# Check whether your trash is recyclable or not!", elem_id="custom_title")
|
123 |
+
gr.Markdown("Gradio Inference interface for classification of trash and recyclables. To use it, simply upload your image, or click one of the examples to load them. Images uploaded are never saved or indexed.", elem_id="custom_title")
|
124 |
|
125 |
with gr.Column():
|
126 |
with gr.Column():
|