SoulPerforms commited on
Commit
6f35e7c
·
verified ·
1 Parent(s): f4315b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
51
  examples=[
52
  [os.path.join(current_directory, "fire_image_1.jpg"), 0.25, 0.45],
53
  [os.path.join(current_directory, "fire_image_3.jpg"), 0.25, 0.45],
54
- cache_examples=False
55
  ]
56
  )
57
 
 
51
  examples=[
52
  [os.path.join(current_directory, "fire_image_1.jpg"), 0.25, 0.45],
53
  [os.path.join(current_directory, "fire_image_3.jpg"), 0.25, 0.45],
54
+
55
  ]
56
  )
57