local5 commited on
Commit
5a551b6
·
verified ·
1 Parent(s): 0d30841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ def main():
161
  with gr.Blocks() as interface:
162
  # Add title and description
163
  gr.Markdown("<h1 style='font-size: 40px;'>Image to ASCII Art Converter</h1>")
164
- gr.Markdown("<p style='font-size: 18px;'>Upload an image, and this tool will generate an ASCII art version of the image. It also calculates the Structural Similarity Index (SSIM) to evaluate the quality.</p>")
165
 
166
  # Image input and ASCII art + SSIM score output
167
  image_input = gr.Image(label="Upload an image")
 
161
  with gr.Blocks() as interface:
162
  # Add title and description
163
  gr.Markdown("<h1 style='font-size: 40px;'>Image to ASCII Art Converter</h1>")
164
+ gr.Markdown("<p style='font-size: 18px;'>Upload an image, and this tool will generate an ASCII art version of the image. The Structural Similarity Index (SSIM) is calculated to evaluate the quality as a performance metric.</p>")
165
 
166
  # Image input and ASCII art + SSIM score output
167
  image_input = gr.Image(label="Upload an image")