Spaces:
Build error
Build error
fix share bug
Browse files
app.py
CHANGED
@@ -223,4 +223,4 @@ gr.Interface(
|
|
223 |
outputs=[gr.Image(label="detection", type="pil"), gr.Textbox(label="")],
|
224 |
css=css_code,
|
225 |
allow_flagging="never",
|
226 |
-
).launch(debug=True
|
|
|
223 |
outputs=[gr.Image(label="detection", type="pil"), gr.Textbox(label="")],
|
224 |
css=css_code,
|
225 |
allow_flagging="never",
|
226 |
+
).launch(debug=True)
|