Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
|
|
23 |
description = "Predict whether an image contains wildfire or not",
|
24 |
inputs="image",
|
25 |
examples=example_imgs,
|
26 |
-
outputs=gr.
|
27 |
cache_examples=False,
|
28 |
article = "Author: <a href=\"https://www.linkedin.com/in/arnau-castellano/\">Arnau Castellano</a>",
|
29 |
-
)
|
|
|
23 |
description = "Predict whether an image contains wildfire or not",
|
24 |
inputs="image",
|
25 |
examples=example_imgs,
|
26 |
+
outputs=gr.Label(),
|
27 |
cache_examples=False,
|
28 |
article = "Author: <a href=\"https://www.linkedin.com/in/arnau-castellano/\">Arnau Castellano</a>",
|
29 |
+
).launch(debug=True, enable_queue=True)
|