Commit
·
2527cff
1
Parent(s):
92aec6c
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ title=title,description=description,
|
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
cache_examples=False,
|
32 |
-
allow_flagging=never).launch(enable_queue=True)
|
|
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
cache_examples=False,
|
32 |
+
allow_flagging='never').launch(enable_queue=True)
|