Commit
·
c937cd0
1
Parent(s):
db1ac2b
Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,4 @@ outputs=["text"],
|
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
-
allow_flagging='never').launch(enable_queue=True
|
32 |
-
cache_examples=True)
|
|
|
28 |
title=title,description=description,
|
29 |
article= article,
|
30 |
examples=examples,
|
31 |
+
allow_flagging='never').launch(enable_queue=True)
|
|