kuko6 commited on
Commit
e31cc72
·
1 Parent(s): 07b69f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ with gr.Blocks() as demo:
32
  inp = gr.Image(type="pil")
33
  out = gr.Textbox(label='Pokemon')
34
  gr.Examples(
35
- examples=[os.path.join(
36
- os.path.dirname(__file__), "images/Aerodactyl.jpg"),
37
  os.path.join(os.path.dirname(__file__), "images/Bulbasaur.jpg"),
38
  os.path.join(os.path.dirname(__file__), "images/Charizard.jpg")
39
  ],
 
32
  inp = gr.Image(type="pil")
33
  out = gr.Textbox(label='Pokemon')
34
  gr.Examples(
35
+ examples=[
36
+ os.path.join(os.path.dirname(__file__), "images/Aerodactyl.jpg"),
37
  os.path.join(os.path.dirname(__file__), "images/Bulbasaur.jpg"),
38
  os.path.join(os.path.dirname(__file__), "images/Charizard.jpg")
39
  ],