Spaces:
Running
Running
Francisco Cerna
commited on
Commit
·
975ef7d
1
Parent(s):
6e3ca88
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ iface = gr.Interface(yolo,
|
|
145 |
examples=examples,
|
146 |
theme="huggingface",
|
147 |
analytics_enabled=False,
|
148 |
-
allow_flagging="
|
149 |
flagging_options=["Correcto", "Incorrecto", "Casi correcto", "Error", "Otro"],
|
150 |
flagging_callback=hf_writer)
|
151 |
|
|
|
145 |
examples=examples,
|
146 |
theme="huggingface",
|
147 |
analytics_enabled=False,
|
148 |
+
allow_flagging="manual",
|
149 |
flagging_options=["Correcto", "Incorrecto", "Casi correcto", "Error", "Otro"],
|
150 |
flagging_callback=hf_writer)
|
151 |
|