nateraw commited on
Commit
8e90b77
1 Parent(s): 78db2a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='filepath')
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