devskale commited on
Commit
b8622fd
ยท
1 Parent(s): 8620613

title fixed

Browse files
Files changed (1) hide show
  1. 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("Upload an image and select processing options or choose a standard setting. Supports crop, autoremove background, resize, add padding, and set the background color. Download in multiple formats.")
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