23A475R commited on
Commit
868ba40
1 Parent(s): fdc7694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ example_images = [
67
  os.path.join(os.path.dirname(__file__), "images/ross.jpeg"),
68
  os.path.join(os.path.dirname(__file__), "images/gunther.jpeg")
69
  ]
 
70
 
71
  gr.Interface(fn=predict, inputs=image_input, outputs=output, examples=example_images,
72
  title=title, description=description, thumbnail=thumbnail).launch()
 
67
  os.path.join(os.path.dirname(__file__), "images/ross.jpeg"),
68
  os.path.join(os.path.dirname(__file__), "images/gunther.jpeg")
69
  ]
70
+ ]
71
 
72
  gr.Interface(fn=predict, inputs=image_input, outputs=output, examples=example_images,
73
  title=title, description=description, thumbnail=thumbnail).launch()