Bhavibond commited on
Commit
4e4d7b6
·
verified ·
1 Parent(s): c1bd806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  gr.Slider(minimum=20, maximum=80, value=40, label="Font Size"),
35
  gr.ColorPicker(label="Font Color")
36
  ],
37
- outputs=gr.Image(type="file"),
38
  title="Text to Handwriting",
39
  description="Convert your text into a handwritten-style image."
40
  )
 
34
  gr.Slider(minimum=20, maximum=80, value=40, label="Font Size"),
35
  gr.ColorPicker(label="Font Color")
36
  ],
37
+ outputs=gr.Image(type="pil"),
38
  title="Text to Handwriting",
39
  description="Convert your text into a handwritten-style image."
40
  )