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