eireneai commited on
Commit
945a642
1 Parent(s): 3599db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if __name__ == '__main__':
93
  examples=[
94
  ['examples/fire1.jpg', 0.2, 0.5],
95
  ['examples/fire2.jpg', 0.2, 0.5],
96
- ['examples/fire3.jpg', 0.2, 0.5]
97
  ]
98
  )
99
  style.launch()
 
93
  examples=[
94
  ['examples/fire1.jpg', 0.2, 0.5],
95
  ['examples/fire2.jpg', 0.2, 0.5],
96
+ ['examples/fire3.jpg', 0.15, 0.5]
97
  ]
98
  )
99
  style.launch()