Alshargi commited on
Commit
0dee36d
·
verified ·
1 Parent(s): d59510f

Update app.py

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