Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def predict(input):
|
|
57 |
"""
|
58 |
return output
|
59 |
|
60 |
-
with gr.Blocks(
|
61 |
gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
|
62 |
with gr.Row():
|
63 |
with gr.Column():
|
|
|
57 |
"""
|
58 |
return output
|
59 |
|
60 |
+
with gr.Blocks(title="Ammiya Tokenizer and Annotator") as demo:
|
61 |
gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
|
62 |
with gr.Row():
|
63 |
with gr.Column():
|