nehalelkaref commited on
Commit
3c53670
·
verified ·
1 Parent(s): 1db1d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="finlaymacklon/smooth_slate")
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)