nehalelkaref commited on
Commit
f50edac
·
verified ·
1 Parent(s): 1df5735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if __name__ == '__main__':
62
  # iface= gr.Base(primary_hue="green")
63
  example = gr.Examples(
64
  ["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8)."],
65
- [gr.Textbox(label="Input Example"), lines=1],
66
  )
67
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
68
  examples=ex,theme="finlaymacklon/smooth_slate")
 
62
  # iface= gr.Base(primary_hue="green")
63
  example = gr.Examples(
64
  ["النشرة الإخبارية الصادرة عن الأونروا رقم 113 (1986/1/8)."],
65
+ [gr.Textbox(label="Input Example", lines=1)],
66
  )
67
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
68
  examples=ex,theme="finlaymacklon/smooth_slate")