Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,9 @@ if __name__ == '__main__':
|
|
66 |
example_input=gr.Textbox(label="Input Example", lines=3)
|
67 |
prediction=gr.Text(label="Predicted Entities")
|
68 |
|
69 |
-
gr.Interface(fn=predict_label, inputs=example_input,
|
70 |
-
|
|
|
71 |
gr.Examples(
|
72 |
examples=["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8).",
|
73 |
"صورة لمدينة أريحا القديمة :تل السلطان",
|
|
|
66 |
example_input=gr.Textbox(label="Input Example", lines=3)
|
67 |
prediction=gr.Text(label="Predicted Entities")
|
68 |
|
69 |
+
gr.Interface(fn=predict_label, inputs=example_input,
|
70 |
+
outputs=prediction,theme="smooth_slate",
|
71 |
+
title="Flat Entity Classification for Levant Arabic")
|
72 |
gr.Examples(
|
73 |
examples=["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8).",
|
74 |
"صورة لمدينة أريحا القديمة :تل السلطان",
|