Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,12 +24,12 @@ with gr.Blocks() as demo:
|
|
| 24 |
gr.Markdown("# Find my Pedro Pascal")
|
| 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(scale=1
|
| 28 |
inputs = gr.Image(type='pil')
|
| 29 |
btn = gr.Button("Find my Pedro!")
|
| 30 |
description = gr.Markdown()
|
| 31 |
|
| 32 |
-
with gr.Column(scale=1
|
| 33 |
outputs=gr.Image()
|
| 34 |
|
| 35 |
gr.Markdown("### Image Examples")
|
|
|
|
| 24 |
gr.Markdown("# Find my Pedro Pascal")
|
| 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(scale=1):
|
| 28 |
inputs = gr.Image(type='pil')
|
| 29 |
btn = gr.Button("Find my Pedro!")
|
| 30 |
description = gr.Markdown()
|
| 31 |
|
| 32 |
+
with gr.Column(scale=1):
|
| 33 |
outputs=gr.Image()
|
| 34 |
|
| 35 |
gr.Markdown("### Image Examples")
|