Spaces:
Runtime error
Runtime error
Donald Winkelman commited on
Commit ·
a1fd46f
1
Parent(s): 750fa55
init
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ def process_segmentation(language_name, text_input, file_input, delimiter, outpu
|
|
| 103 |
|
| 104 |
# --- Gradio UI Construction ---
|
| 105 |
|
| 106 |
-
with gr.Blocks(title="MorphSeg Demo"
|
| 107 |
gr.Markdown(
|
| 108 |
"""
|
| 109 |
# 🧩 MorphSeg: Canonical Morpheme Segmentation
|
|
|
|
| 103 |
|
| 104 |
# --- Gradio UI Construction ---
|
| 105 |
|
| 106 |
+
with gr.Blocks(title="MorphSeg Demo") as demo:
|
| 107 |
gr.Markdown(
|
| 108 |
"""
|
| 109 |
# 🧩 MorphSeg: Canonical Morpheme Segmentation
|