Linoy Tsaban commited on
Commit
481427c
1 Parent(s): fe25cb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -293,20 +293,20 @@ def crop_image(image):
293
  def get_example():
294
  case = [
295
  [
296
- 'examples/lemons_input.jpg',
297
  # '',
298
- 'apples', 'lemons',
299
- 'a ceramic bowl',
300
- 'examples/lemons_output.jpg',
301
 
302
 
303
- 7,7,
304
- 1,1,
305
- False, True,
306
  50,
307
  25,
308
- 5,
309
- 0.95, 0.95
310
 
311
  ],
312
  [
 
293
  def get_example():
294
  case = [
295
  [
296
+ 'examples/car_input.png',
297
  # '',
298
+ 'cherry blossom', 'green cabriolet',
299
+ '',
300
+ 'examples/car_output.jpg',
301
 
302
 
303
+ 10,7,
304
+ 2,2,
305
+ False, False,
306
  50,
307
  25,
308
+ 7.5,
309
+ 0.65, 0.8
310
 
311
  ],
312
  [