Spaces:
Build error
Build error
Omar Sanseviero commited on
Commit ·
66de8cc
1
Parent(s): 5dacfc1
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ with gr.Blocks() as demo:
|
|
| 14 |
with gr.Row():
|
| 15 |
with gr.Column():
|
| 16 |
with gr.Row():
|
| 17 |
-
input_img = gr.Image(label="Original")
|
| 18 |
with gr.Row():
|
| 19 |
button = gr.Button("Smooth Image")
|
| 20 |
with gr.Row():
|
|
|
|
| 14 |
with gr.Row():
|
| 15 |
with gr.Column():
|
| 16 |
with gr.Row():
|
| 17 |
+
input_img = gr.Image(label="Original", type="file")
|
| 18 |
with gr.Row():
|
| 19 |
button = gr.Button("Smooth Image")
|
| 20 |
with gr.Row():
|