Omnibus commited on
Commit
84bd92e
1 Parent(s): d1177ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as app:
75
  inp_url=gr.Textbox(label="Image URL")
76
  go_btn=gr.Button()
77
 
78
- inp_im=gr.Image()
79
  with gr.Row():
80
 
81
  html_out = gr.HTML("""""")
 
75
  inp_url=gr.Textbox(label="Image URL")
76
  go_btn=gr.Button()
77
 
78
+ inp_im=gr.Image(type='filepath')
79
  with gr.Row():
80
 
81
  html_out = gr.HTML("""""")