sayakpaul HF staff commited on
Commit
1abb2ef
1 Parent(s): bcbf0c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,6 +102,6 @@ iface = gr.Interface(
102
  title=title,
103
  description=description,
104
  allow_flagging="never",
105
- examples=[["1.MP4.png"], ["15.png"], ["55.MP4.png"]],
106
  )
107
  iface.launch(debug=True)
 
102
  title=title,
103
  description=description,
104
  allow_flagging="never",
105
+ examples=[["1.png"], ["15.png"], ["55.png"]],
106
  )
107
  iface.launch(debug=True)