Harshithtd commited on
Commit
56b6a84
·
verified ·
1 Parent(s): 52e7bbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(
69
  fn=predict,
70
  inputs=gr.Image(type="numpy"),
71
  outputs=[gr.Textbox(label="Top Prediction"), gr.Plot()], # Textbox for top prediction and Plot for the bar chart
72
- examples=["Image 1.jpg", "Image 2"] # Optional: Add paths to example images
73
  )
74
 
75
  # Launch the Gradio app
 
69
  fn=predict,
70
  inputs=gr.Image(type="numpy"),
71
  outputs=[gr.Textbox(label="Top Prediction"), gr.Plot()], # Textbox for top prediction and Plot for the bar chart
72
+
73
  )
74
 
75
  # Launch the Gradio app