Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,6 @@ with gr.Blocks() as demo:
|
|
95 |
|
96 |
output_label = gr.Label(label="Prediction Scores") # Output on the right
|
97 |
|
|
|
|
|
98 |
demo.launch()
|
|
|
95 |
|
96 |
output_label = gr.Label(label="Prediction Scores") # Output on the right
|
97 |
|
98 |
+
analyze_btn.click(fn=classify, inputs=[image_input], outputs=output_label)
|
99 |
+
|
100 |
demo.launch()
|