Spaces:
Running
on
Zero
Running
on
Zero
update labels fiels
Browse files
app.py
CHANGED
@@ -52,10 +52,9 @@ with gr.Blocks() as demo:
|
|
52 |
)
|
53 |
|
54 |
with gr.Column():
|
55 |
-
|
56 |
# Output probabilities
|
57 |
output_labels = gr.Label(
|
58 |
-
label="
|
59 |
show_label=False
|
60 |
)
|
61 |
|
|
|
52 |
)
|
53 |
|
54 |
with gr.Column():
|
|
|
55 |
# Output probabilities
|
56 |
output_labels = gr.Label(
|
57 |
+
label="Prediction Results",
|
58 |
show_label=False
|
59 |
)
|
60 |
|