Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
| 31 |
fn=text_to_handwriting,
|
| 32 |
inputs=[
|
| 33 |
gr.Textbox(label="Enter Text", placeholder="Type here..."),
|
| 34 |
-
gr.Slider(minimum=20, maximum=80,
|
| 35 |
gr.ColorPicker(label="Font Color")
|
| 36 |
],
|
| 37 |
outputs=gr.Image(type="file"),
|
|
|
|
| 31 |
fn=text_to_handwriting,
|
| 32 |
inputs=[
|
| 33 |
gr.Textbox(label="Enter Text", placeholder="Type here..."),
|
| 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"),
|