Spaces:
Runtime error
Runtime error
kmkarakaya
commited on
Commit
·
a3ae48f
1
Parent(s):
42a4fb9
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,7 @@ demo = gr.Interface(fn=generate_review,
|
|
44 |
description= description,
|
45 |
article = article,
|
46 |
allow_flagging="manual",
|
47 |
-
flagging_options=["reasonable", "non-sense", "moderate"]
|
48 |
-
|
49 |
-
flagging_dir='./flags'
|
50 |
)
|
51 |
-
demo.launch('share=True')
|
|
|
44 |
description= description,
|
45 |
article = article,
|
46 |
allow_flagging="manual",
|
47 |
+
flagging_options=["reasonable", "non-sense", "moderate"]
|
48 |
+
#flagging_dir='./flags'
|
|
|
49 |
)
|
50 |
+
demo.launch('share=True', 'enable_queue=True')
|