Alshargi commited on
Commit
d59510f
·
verified ·
1 Parent(s): 42dfdfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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")