Spaces:
Build error
Build error
Commit
·
53fe6a0
1
Parent(s):
9103754
Removed requeue param and examples
Browse files
app.py
CHANGED
|
@@ -133,7 +133,6 @@ gr.Interface(
|
|
| 133 |
title=title,
|
| 134 |
description=description,
|
| 135 |
article=article,
|
| 136 |
-
examples=examples,
|
| 137 |
-
enable_queue=True,
|
| 138 |
allow_flagging="never"
|
| 139 |
).launch(debug=True)
|
|
|
|
| 133 |
title=title,
|
| 134 |
description=description,
|
| 135 |
article=article,
|
| 136 |
+
#examples=examples,
|
|
|
|
| 137 |
allow_flagging="never"
|
| 138 |
).launch(debug=True)
|