eienmojiki commited on
Commit
2dd83ac
·
verified ·
1 Parent(s): b270ff6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
88
  max_lines=50,
89
  show_copy_button=True
90
  )
91
- output_image = gr.Image(label="ASCII Art Image Preview", type="numpy")
92
 
93
  # Update character set based on dropdown selection
94
  def update_char_set(character_set, custom_chars):
 
88
  max_lines=50,
89
  show_copy_button=True
90
  )
91
+ output_image = gr.Image(label="ASCII Art Image Preview", type="pil")
92
 
93
  # Update character set based on dropdown selection
94
  def update_char_set(character_set, custom_chars):