Bachmann Roman Christian commited on
Commit
81c008f
·
1 Parent(s): 7bd6dc9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -378,12 +378,12 @@ css = '.output-image{height: 713px !important}'
378
  # Example images
379
  os.system("wget https://i.imgur.com/c9ObJdK.jpg")
380
  os.system("wget https://i.imgur.com/KTKgYKi.jpg")
381
- os.system("wget https://i.imgur.com/5EUufYD.jpg")
382
 
383
  examples = [
384
  ['c9ObJdK.jpg', 98, False, 32, 32, 32, 0],
385
  ['KTKgYKi.jpg', 98, False, 32, 32, 32, 0],
386
- ['5EUufYD.jpg', 98, False, 32, 32, 32, 0],
387
  ]
388
 
389
  gr.Interface(
 
378
  # Example images
379
  os.system("wget https://i.imgur.com/c9ObJdK.jpg")
380
  os.system("wget https://i.imgur.com/KTKgYKi.jpg")
381
+ os.system("wget https://i.imgur.com/lWYuRI7.jpg")
382
 
383
  examples = [
384
  ['c9ObJdK.jpg', 98, False, 32, 32, 32, 0],
385
  ['KTKgYKi.jpg', 98, False, 32, 32, 32, 0],
386
+ ['lWYuRI7.jpg', 98, False, 32, 32, 32, 0],
387
  ]
388
 
389
  gr.Interface(