Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -301,8 +301,8 @@ theme = gr.themes.Soft(
|
|
| 301 |
)
|
| 302 |
|
| 303 |
# ---------- UI ----------
|
| 304 |
-
with gr.Blocks(theme=theme, title="GTT Classifier
|
| 305 |
-
gr.Markdown("## GTT Prediction
|
| 306 |
|
| 307 |
with gr.Row():
|
| 308 |
# (1) Manual input
|
|
|
|
| 301 |
)
|
| 302 |
|
| 303 |
# ---------- UI ----------
|
| 304 |
+
with gr.Blocks(theme=theme, title="GTT Classifier") as demo:
|
| 305 |
+
gr.Markdown("## GTT Prediction \n**Auto-preprocessing · Thresholdable**")
|
| 306 |
|
| 307 |
with gr.Row():
|
| 308 |
# (1) Manual input
|