arnaucas commited on
Commit
1282b23
·
1 Parent(s): 461fa19

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.outputs.Label(num_top_classes=2, label='Classifiaction'),
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)