eienmojiki commited on
Commit
8767355
·
verified ·
1 Parent(s): ec194df

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"```\n{ascii_result}\n```"
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