prithivMLmods commited on
Commit
a2a8e37
·
verified ·
1 Parent(s): 8603df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()