Spaces:
Runtime error
Runtime error
Commit
·
656c99e
1
Parent(s):
576fbe3
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ demo = gr.Interface(
|
|
21 |
inputs=["text"],
|
22 |
outputs=["text","text"],
|
23 |
allow_flagging = "manual",
|
24 |
-
flagging_options = ["
|
25 |
flagging_callback=hf_writer
|
26 |
)
|
27 |
demo.launch()
|
|
|
21 |
inputs=["text"],
|
22 |
outputs=["text","text"],
|
23 |
allow_flagging = "manual",
|
24 |
+
flagging_options = ["0","1","None"],
|
25 |
flagging_callback=hf_writer
|
26 |
)
|
27 |
demo.launch()
|