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 |
# Add a button to run the model
|
147 |
-
iface.launch(server_port=
|
|
|
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)
|