Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
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 |
],
|