Spaces:
Runtime error
Runtime error
pyesonekyaw
commited on
Commit
•
8660de3
1
Parent(s):
d2c0c59
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def predict_image(inp):
|
|
186 |
|
187 |
with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3rem} #custom_title {min-height: 3rem; text-align: center}") as demo:#, theme=seafoam) as demo:
|
188 |
gr.Markdown("# Check whether your trash is recyclable or not!", elem_id="custom_title")
|
189 |
-
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")
|
190 |
|
191 |
with gr.Column():
|
192 |
with gr.Column():
|
|
|
186 |
|
187 |
with gr.Blocks(title="Trash Classification", css="#custom_header {min-height: 3rem} #custom_title {min-height: 3rem; text-align: center}") as demo:#, theme=seafoam) as demo:
|
188 |
gr.Markdown("# Check whether your trash is recyclable or not!", elem_id="custom_title")
|
189 |
+
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. No data or images uploaded are saved or logged.", elem_id="custom_title")
|
190 |
|
191 |
with gr.Column():
|
192 |
with gr.Column():
|