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