Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,5 +236,4 @@ iface = gr.Interface(
|
|
| 236 |
description="Split Roman pali words into syllables",
|
| 237 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter Pali Text"),
|
| 238 |
outputs="text")
|
| 239 |
-
|
| 240 |
-
iface.launch()
|
|
|
|
| 236 |
description="Split Roman pali words into syllables",
|
| 237 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter Pali Text"),
|
| 238 |
outputs="text")
|
| 239 |
+
iface.launch()
|
|
|