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