Ankush Trakru commited on
Commit
f44e4d0
·
1 Parent(s): ae7a96a

commented out errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ interface = gr.Interface(
148
  # examples=[['robot.png'], ['ship.png']],
149
  title=title,
150
  description=description,
151
- article=article,
152
  allow_flagging='never',
153
  cache_examples=False,
154
  ).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
 
148
  # examples=[['robot.png'], ['ship.png']],
149
  title=title,
150
  description=description,
151
+ # article=article,
152
  allow_flagging='never',
153
  cache_examples=False,
154
  ).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)