Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -27,4 +27,4 @@ gr.Interface(
|
|
| 27 |
inputs=gr.Textbox(lines=3, placeholder="Write an Egyptian Arabic sentence..."),
|
| 28 |
outputs=gr.Label(num_top_classes=3),
|
| 29 |
title="Egyptian Arabic Text Classification"
|
| 30 |
-
).launch()
|
|
|
|
| 27 |
inputs=gr.Textbox(lines=3, placeholder="Write an Egyptian Arabic sentence..."),
|
| 28 |
outputs=gr.Label(num_top_classes=3),
|
| 29 |
title="Egyptian Arabic Text Classification"
|
| 30 |
+
).launch(share=True)
|