Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks(title="ViT LCZ Classification - ClassCat",
|
|
47 |
gr.Examples(['data/dense_trees.png'], label='Dense trees', inputs=input_image)
|
48 |
gr.Examples(['data/large_lowrise.png'], label='Large lowrise', inputs=input_image)
|
49 |
|
50 |
-
demo.launch(debug=True
|
|
|
47 |
gr.Examples(['data/dense_trees.png'], label='Dense trees', inputs=input_image)
|
48 |
gr.Examples(['data/large_lowrise.png'], label='Large lowrise', inputs=input_image)
|
49 |
|
50 |
+
demo.launch(debug=True)
|