Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
|
|
25 |
gr.Markdown("## Use this Space to find the Pedro Pascal most similar to your input image!")
|
26 |
with gr.Row():
|
27 |
with gr.Column(min_width= 900):
|
28 |
-
inputs = gr.Image(type='
|
29 |
btn = gr.Button("Find my Pedro!")
|
30 |
description = gr.Markdown()
|
31 |
|
|
|
25 |
gr.Markdown("## Use this Space to find the Pedro Pascal most similar to your input image!")
|
26 |
with gr.Row():
|
27 |
with gr.Column(min_width= 900):
|
28 |
+
inputs = gr.Image(type='pil')
|
29 |
btn = gr.Button("Find my Pedro!")
|
30 |
description = gr.Markdown()
|
31 |
|