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