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