Alshargi commited on
Commit
74ecb74
·
verified ·
1 Parent(s): a09fffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, debug=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)