deepakchawla-cb commited on
Commit
9853f58
·
1 Parent(s): 2ddb0af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,6 +88,6 @@ iface = gr.Interface(fn =predict,
88
  outputs = [
89
  gr.HTML()
90
  ,
91
- ],allow_flagging="never", title=title, description=description, article=article)
92
 
93
  iface.launch(debug=True)
 
88
  outputs = [
89
  gr.HTML()
90
  ,
91
+ ],allow_flagging="never", title=title, description=description)
92
 
93
  iface.launch(debug=True)