shengqiangShi commited on
Commit
8bf23dd
·
verified ·
1 Parent(s): 3819e50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ demo = gr.Interface(
59
  examples=[
60
  ["assets/assets_astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
61
  ["assets/cell.png", "coffee mug, spoon, plate", 0.1],
62
- # ["assets/butterflies.jpeg", "orange butterfly", 0.3],
63
  ],
64
  )
65
  demo.launch()
 
59
  examples=[
60
  ["assets/assets_astronaut.png", "human face, rocket, star-spangled banner, nasa badge", 0.11],
61
  ["assets/cell.png", "coffee mug, spoon, plate", 0.1],
62
+ ["assets/butterflies.jpeg", "orange butterfly", 0.3],
63
  ],
64
  )
65
  demo.launch()