Spaces:
Running
Running
Francisco Cerna Fukuzaki
commited on
Commit
·
61a65ed
1
Parent(s):
64a1bcc
Commit
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ iface = gr.Interface(yolo,
|
|
100 |
allow_flagging="manual",
|
101 |
flagging_options=["correcto", "incorrecto", "casi correcto", "error", "otro"],
|
102 |
flagging_callback=hf_writer
|
103 |
-
).launch(enable_queue=True)
|
104 |
|
105 |
iface.launch()
|
106 |
|
|
|
100 |
allow_flagging="manual",
|
101 |
flagging_options=["correcto", "incorrecto", "casi correcto", "error", "otro"],
|
102 |
flagging_callback=hf_writer
|
103 |
+
).launch(enable_queue=True,debug=True)
|
104 |
|
105 |
iface.launch()
|
106 |
|