sayakpaul HF staff commited on
Commit
4a0ced2
1 Parent(s): 22938c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,6 +55,6 @@ iface = gr.Interface(
55
  title=title,
56
  article=article,
57
  allow_flagging="never",
58
- examples=[["./butterfly_cropped.png"]],
59
  )
60
  iface.launch(debug=True)
 
55
  title=title,
56
  article=article,
57
  allow_flagging="never",
58
+ examples=[["./butterfly.jpg"]],
59
  )
60
  iface.launch(debug=True)