Spaces:
Running
Running
jannisborn
commited on
Commit
•
71404e4
1
Parent(s):
7d1b3b7
update
Browse files
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)
|