Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(title="ViT LCZ Classification - ClassCat",
|
|
35 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">LCZ Classification with ViT</div>""")
|
36 |
|
37 |
with gr.Row():
|
38 |
-
input_image = gr.Image(type="pil"
|
39 |
output_label=gr.Label(label="Probabilities", num_top_classes=3)
|
40 |
|
41 |
send_btn = gr.Button("Infer")
|
|
|
35 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">LCZ Classification with ViT</div>""")
|
36 |
|
37 |
with gr.Row():
|
38 |
+
input_image = gr.Image(type="pil")
|
39 |
output_label=gr.Label(label="Probabilities", num_top_classes=3)
|
40 |
|
41 |
send_btn = gr.Button("Infer")
|