merve HF staff commited on
Commit
9694456
β€’
1 Parent(s): ad7e7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ demo = gr.Interface(
55
  title="OWL 🀝 SAM",
56
  #description=description,
57
  examples=[
58
- ["/content/cats.png", "cat", 0.1],
59
  ],
60
  )
61
  demo.launch(debug=True)
 
55
  title="OWL 🀝 SAM",
56
  #description=description,
57
  examples=[
58
+ ["./cats.png", "cat", 0.1],
59
  ],
60
  )
61
  demo.launch(debug=True)