ahmedghani commited on
Commit
624a080
β€’
1 Parent(s): 67c181a

added image files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Image(label="Upload an Image")
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():