Spaces:
Runtime error
Runtime error
Commit
·
c3dc891
1
Parent(s):
4631b6c
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ demo = gr.Interface(fn=generate_review,
|
|
43 |
article = article,
|
44 |
allow_flagging="manual",
|
45 |
flagging_options=["reasonable", "non-sense", "moderate"],
|
46 |
-
enable_queue=True
|
|
|
47 |
)
|
48 |
demo.launch('share=True')
|
|
|
43 |
article = article,
|
44 |
allow_flagging="manual",
|
45 |
flagging_options=["reasonable", "non-sense", "moderate"],
|
46 |
+
enable_queue=True,
|
47 |
+
flagging_dir='./flags'
|
48 |
)
|
49 |
demo.launch('share=True')
|