Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ if __name__ == '__main__':
|
|
66 |
example_input=gr.Textbox(label="Input Example", lines=1)
|
67 |
|
68 |
gr.Interface(fn=predict_label, inputs="text", outputs="text",
|
69 |
-
|
70 |
-
|
71 |
examples=["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8)."],
|
72 |
inputs= example_input)
|
73 |
iface.launch(show_api=False)
|
|
|
66 |
example_input=gr.Textbox(label="Input Example", lines=1)
|
67 |
|
68 |
gr.Interface(fn=predict_label, inputs="text", outputs="text",
|
69 |
+
theme="finlaymacklon/smooth_slate")
|
70 |
+
gr.Examples(
|
71 |
examples=["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8)."],
|
72 |
inputs= example_input)
|
73 |
iface.launch(show_api=False)
|