Spaces:
Running
Running
update
Browse files
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)
|