xpvwklvjp commited on
Commit
b3cea46
·
verified ·
1 Parent(s): 4ae3c59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
68
 
69
  # Right side: file loading
70
  with gr.Column():
71
- image_path = gr.FileExplorer(label="Select Image File", file_types=["image"])
72
  load_image_btn = gr.Button("Load Image")
73
  loaded_image = gr.Image(label="Loaded Image")
74
 
 
68
 
69
  # Right side: file loading
70
  with gr.Column():
71
+ image_path = gr.FileExplorer(label="Select Image File")
72
  load_image_btn = gr.Button("Load Image")
73
  loaded_image = gr.Image(label="Loaded Image")
74