Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("""""")
|