Update app.py
Browse files
app.py
CHANGED
@@ -144,4 +144,4 @@ def process_text(text_input):
|
|
144 |
iface = gr.Interface(fn=process_text, inputs="text", outputs="text", title="Arabic Text Segmentation")
|
145 |
|
146 |
# Launch the Gradio interface
|
147 |
-
iface.launch(share=True
|
|
|
144 |
iface = gr.Interface(fn=process_text, inputs="text", outputs="text", title="Arabic Text Segmentation")
|
145 |
|
146 |
# Launch the Gradio interface
|
147 |
+
iface.launch(share=True)
|