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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ if __name__ == '__main__':
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")
69
  iface.launch(show_api=False)
 
65
  [gr.Textbox(label="Input Example", lines=1)],
66
  )
67
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
68
+ examples=example,theme="finlaymacklon/smooth_slate")
69
  iface.launch(show_api=False)