Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
•
238e381
1
Parent(s):
f83222b
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,9 @@ demo = gr.Interface(
|
|
16 |
fn=chitti,
|
17 |
inputs=["text"],
|
18 |
outputs=["text","text"],
|
|
|
|
|
|
|
19 |
)
|
20 |
demo.launch()
|
21 |
|
|
|
16 |
fn=chitti,
|
17 |
inputs=["text"],
|
18 |
outputs=["text","text"],
|
19 |
+
allow_flagging = "manual",
|
20 |
+
flagging_options = ["1","2","None"],
|
21 |
+
flagging_callback=SimpleCSVLogger()
|
22 |
)
|
23 |
demo.launch()
|
24 |
|