Spaces:
Sleeping
Sleeping
Yasiru Chamuditha commited on
Commit ·
ec6f922
1
Parent(s): 65b075a
fix issues
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def predict_image(image: Image.Image):
|
|
| 59 |
|
| 60 |
# Create Gradio interface with custom CSS
|
| 61 |
logger.info("Initializing Gradio interface")
|
| 62 |
-
with gr.Blocks(css=".large-output { height:
|
| 63 |
gr.Markdown("# ♻️ Garbage Classification Application")
|
| 64 |
gr.Markdown("Upload an image of garbage (plastic, organic, or metal):")
|
| 65 |
img_input = gr.Image(type="pil")
|
|
|
|
| 59 |
|
| 60 |
# Create Gradio interface with custom CSS
|
| 61 |
logger.info("Initializing Gradio interface")
|
| 62 |
+
with gr.Blocks(css=".large-output { height: 200px !important; overflow: visible !important; }") as iface:
|
| 63 |
gr.Markdown("# ♻️ Garbage Classification Application")
|
| 64 |
gr.Markdown("Upload an image of garbage (plastic, organic, or metal):")
|
| 65 |
img_input = gr.Image(type="pil")
|