amaye15
commited on
Commit
·
0559e3c
1
Parent(s):
63d8dec
image updated
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ iface = gr.Interface(
|
|
14 |
outputs="image", # The output will also be an image
|
15 |
title="Image Upload and Display App",
|
16 |
description="Upload an image and it will be displayed below.",
|
17 |
-
layout="vertical", # Layout of the interface
|
18 |
)
|
19 |
|
20 |
# Launch the Gradio app
|
|
|
14 |
outputs="image", # The output will also be an image
|
15 |
title="Image Upload and Display App",
|
16 |
description="Upload an image and it will be displayed below.",
|
|
|
17 |
)
|
18 |
|
19 |
# Launch the Gradio app
|