Ubuntu commited on
Commit
167fff3
·
1 Parent(s): 0250c84

removed image size

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ demo = gr.Interface(fn=detect_hotspots, inputs=gr.Image(type='pil'), outputs="im
18
  examples=[['images/test_image_1.jpg'], ['images/test_image_2.jpg'],
19
  ['images/test_image_3.jpg'], ['images/test_image_4.jpg']],
20
  examples_per_page=4,
21
- image_size=(256, 256),
22
  cache_examples= False
23
  )
24
  demo.launch()
 
18
  examples=[['images/test_image_1.jpg'], ['images/test_image_2.jpg'],
19
  ['images/test_image_3.jpg'], ['images/test_image_4.jpg']],
20
  examples_per_page=4,
 
21
  cache_examples= False
22
  )
23
  demo.launch()