Spaces:
Runtime error
Runtime error
Commit
·
5e5252b
1
Parent(s):
3951424
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ demo = gr.Interface(fn=generate_review,
|
|
48 |
#cache_examples = False
|
49 |
allow_flagging="manual",
|
50 |
flagging_options=["good","moderate", "non-sense", ]
|
51 |
-
flagging_dir='./flags'
|
52 |
)
|
53 |
#demo.launch('share=True', 'enable_queue=True')
|
54 |
demo.launch()
|
|
|
48 |
#cache_examples = False
|
49 |
allow_flagging="manual",
|
50 |
flagging_options=["good","moderate", "non-sense", ]
|
51 |
+
#flagging_dir='./flags'
|
52 |
)
|
53 |
#demo.launch('share=True', 'enable_queue=True')
|
54 |
demo.launch()
|