jannisborn commited on
Commit
51e8420
1 Parent(s): 7b44e9f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,6 +96,6 @@ if __name__ == "__main__":
96
  outputs=gr.HTML(label="Output"),
97
  article=article,
98
  description=description,
99
- examples=examples.values.tolist(),
100
  )
101
  demo.launch(debug=True, show_error=True)
 
96
  outputs=gr.HTML(label="Output"),
97
  article=article,
98
  description=description,
99
+ # examples=examples.values.tolist(),
100
  )
101
  demo.launch(debug=True, show_error=True)