Spaces:
Sleeping
Sleeping
Commit ·
a16e439
1
Parent(s): 7f59dbf
UI change
Browse files
app.py
CHANGED
|
@@ -122,9 +122,9 @@ custom_css = """
|
|
| 122 |
"""
|
| 123 |
|
| 124 |
# =========================
|
| 125 |
-
# GRADIO UI
|
| 126 |
# =========================
|
| 127 |
-
with gr.Blocks(
|
| 128 |
|
| 129 |
# ---- TITLE
|
| 130 |
gr.Markdown("<h1 id='main-title'>♻️ AI Waste Classifier + Eco Advisor</h1>")
|
|
@@ -193,4 +193,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 193 |
progress=animate_js
|
| 194 |
)
|
| 195 |
|
| 196 |
-
demo.launch()
|
|
|
|
| 122 |
"""
|
| 123 |
|
| 124 |
# =========================
|
| 125 |
+
# ỨNG DỤNG GRADIO UI
|
| 126 |
# =========================
|
| 127 |
+
with gr.Blocks() as demo:
|
| 128 |
|
| 129 |
# ---- TITLE
|
| 130 |
gr.Markdown("<h1 id='main-title'>♻️ AI Waste Classifier + Eco Advisor</h1>")
|
|
|
|
| 193 |
progress=animate_js
|
| 194 |
)
|
| 195 |
|
| 196 |
+
demo.launch(css=custom_css)
|