nehalelkaref commited on
Commit
224b82b
·
verified ·
1 Parent(s): 3b40a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -68,6 +68,5 @@ if __name__ == '__main__':
68
  cache_examples=True,
69
  )
70
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
71
- theme="smooth_slate", examples=ex,
72
- theme="finlaymacklon/smooth_slate")
73
  iface.launch(show_api=False)
 
68
  cache_examples=True,
69
  )
70
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
71
+ examples=ex,theme="finlaymacklon/smooth_slate")
 
72
  iface.launch(show_api=False)