Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler") as
|
|
| 109 |
with gr.Row():
|
| 110 |
with gr.Column():
|
| 111 |
input = gr.Textbox(label="Input", placeholder="Enter English Text", lines=1)
|
| 112 |
-
gr.Examples(["بديش اروح معك", "
|
| 113 |
btn = gr.Button(label="Analyze")
|
| 114 |
with gr.Column():
|
| 115 |
with gr.Box():
|
|
|
|
| 109 |
with gr.Row():
|
| 110 |
with gr.Column():
|
| 111 |
input = gr.Textbox(label="Input", placeholder="Enter English Text", lines=1)
|
| 112 |
+
gr.Examples(["بديش اروح معك", "معملتش اشي"], input)
|
| 113 |
btn = gr.Button(label="Analyze")
|
| 114 |
with gr.Column():
|
| 115 |
with gr.Box():
|