Spaces:
Build error
Build error
ahmedghani
commited on
Commit
β’
624a080
1
Parent(s):
67c181a
added image files
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with demo:
|
|
85 |
image_format = ['jpg', 'jpeg', 'png', 'bmp', 'tiff', 'gif', 'webp', 'ico', 'heic', 'heiv', 'heif']
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
88 |
-
input_image = gr.
|
89 |
with gr.Column():
|
90 |
with gr.Row():
|
91 |
with gr.Row():
|
|
|
85 |
image_format = ['jpg', 'jpeg', 'png', 'bmp', 'tiff', 'gif', 'webp', 'ico', 'heic', 'heiv', 'heif']
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
88 |
+
input_image = gr.File(label="Upload an Image")
|
89 |
with gr.Column():
|
90 |
with gr.Row():
|
91 |
with gr.Row():
|