Spaces:
awacke1
/
Runtime error

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

add description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,9 +53,10 @@ demo = gr.Interface(
53
  inputs=[gr.Image(type="pil"), "text", gr.Slider(0, 1, value=0.2)],
54
  outputs="annotatedimage",
55
  title="OWL 🀝 SAM",
56
- #description=description,
57
  examples=[
58
  ["./cats.png", "cat", 0.1],
59
  ],
 
60
  )
61
  demo.launch(debug=True)
 
53
  inputs=[gr.Image(type="pil"), "text", gr.Slider(0, 1, value=0.2)],
54
  outputs="annotatedimage",
55
  title="OWL 🀝 SAM",
56
+ description=description,
57
  examples=[
58
  ["./cats.png", "cat", 0.1],
59
  ],
60
+ cache_examples=True
61
  )
62
  demo.launch(debug=True)