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