Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
| 115 |
|
| 116 |
try:
|
| 117 |
ascii_result = image_to_ascii(image, width, chars)
|
| 118 |
-
return f"
|
| 119 |
except Exception as e:
|
| 120 |
return f"Error processing image: {str(e)}"
|
| 121 |
|
|
|
|
| 115 |
|
| 116 |
try:
|
| 117 |
ascii_result = image_to_ascii(image, width, chars)
|
| 118 |
+
return f"\n{ascii_result}\n"
|
| 119 |
except Exception as e:
|
| 120 |
return f"Error processing image: {str(e)}"
|
| 121 |
|