devskale
commited on
Commit
ยท
b8622fd
1
Parent(s):
8620613
title fixed
Browse files- gradio_imager.py +3 -3
gradio_imager.py
CHANGED
@@ -178,9 +178,9 @@ example_images = [
|
|
178 |
]
|
179 |
|
180 |
|
181 |
-
with gr.Blocks(title="IMAGER ___ Image Processor") as interface:
|
182 |
-
gr.Markdown("
|
183 |
-
|
184 |
with gr.Row():
|
185 |
with gr.Column(scale=1):
|
186 |
# Input column
|
|
|
178 |
]
|
179 |
|
180 |
|
181 |
+
with gr.Blocks(title="IMAGER ___ v0.2 Image Processor") as interface:
|
182 |
+
gr.Markdown("# ๐ผ๏ธ IMAGER v0.2 - Image Processing Tool ๐ ๏ธ")
|
183 |
+
gr.Markdown("๐ค Upload an image and select one of the processing options below to get started! ๐")
|
184 |
with gr.Row():
|
185 |
with gr.Column(scale=1):
|
186 |
# Input column
|