Spaces:
Runtime error
Runtime error
yeungchenwa
commited on
Commit
•
fc12b6a
1
Parent(s):
844dd8d
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ if __name__ == '__main__':
|
|
76 |
with gr.Row():
|
77 |
character = gr.Textbox(value='隆', label='[Option 2] Source Character')
|
78 |
with gr.Row():
|
79 |
-
fontdiffuer_output_image = gr.Image(label="FontDiffuser Output Image", image_mode='RGB', type='pil')
|
80 |
|
81 |
sampling_step = gr.Slider(20, 50, value=20, step=10,
|
82 |
label="Sampling Step", info="The sampling step by FontDiffuser.")
|
|
|
76 |
with gr.Row():
|
77 |
character = gr.Textbox(value='隆', label='[Option 2] Source Character')
|
78 |
with gr.Row():
|
79 |
+
fontdiffuer_output_image = gr.Image(height=200, label="FontDiffuser Output Image", image_mode='RGB', type='pil')
|
80 |
|
81 |
sampling_step = gr.Slider(20, 50, value=20, step=10,
|
82 |
label="Sampling Step", info="The sampling step by FontDiffuser.")
|