Spaces:
Running
Running
Francisco Cerna Fukuzaki
commited on
Commit
·
4574419
1
Parent(s):
27dc530
Commit
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ iface = gr.Interface(yolo,
|
|
100 |
theme="huggingface",
|
101 |
analytics_enabled=False,
|
102 |
allow_flagging="manual",
|
103 |
-
flagging_options=["correcto", "incorrecto", "casi correcto", "error", "otro"]
|
|
|
104 |
).launch(debug=True)
|
105 |
|
106 |
iface.launch()
|
|
|
100 |
theme="huggingface",
|
101 |
analytics_enabled=False,
|
102 |
allow_flagging="manual",
|
103 |
+
flagging_options=["correcto", "incorrecto", "casi correcto", "error", "otro"],
|
104 |
+
flagging_callback=hf_writer
|
105 |
).launch(debug=True)
|
106 |
|
107 |
iface.launch()
|