Update app.py
Browse files
app.py
CHANGED
@@ -142,6 +142,3 @@ 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")
|
145 |
-
|
146 |
-
# Add a button to run the model
|
147 |
-
iface.launch(server_port=port, debug=True)
|
|
|
142 |
|
143 |
# Define the Gradio interface
|
144 |
iface = gr.Interface(fn=process_text, inputs="text", outputs="text", title="Arabic Text Segmentation")
|
|
|
|
|
|