Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ article = """<p style='text-align: center'>
|
|
29 |
"""
|
30 |
|
31 |
iface = gr.Interface(predict_with_simsiam, inputs=[gr.inputs.Image(label="image", type="pil")], outputs="label", title=title, description=description, article=article, examples=examples)
|
32 |
-
iface.launch(debug=
|
|
|
29 |
"""
|
30 |
|
31 |
iface = gr.Interface(predict_with_simsiam, inputs=[gr.inputs.Image(label="image", type="pil")], outputs="label", title=title, description=description, article=article, examples=examples)
|
32 |
+
iface.launch(debug=True)
|