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