yeungchenwa commited on
Commit
ef34269
1 Parent(s): 7211c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if __name__ == '__main__':
74
  with gr.Row():
75
  character = gr.Textbox(value='隆', label='[Option 2] Source Character')
76
  with gr.Row():
77
- fontdiffuer_output_image = gr.Image(height=200, label="FontDiffuser Output Image", image_mode='RGB', type='pil')
78
 
79
  sampling_step = gr.Slider(20, 50, value=20, step=10,
80
  label="Sampling Step", info="The sampling step by FontDiffuser.")
 
74
  with gr.Row():
75
  character = gr.Textbox(value='隆', label='[Option 2] Source Character')
76
  with gr.Row():
77
+ fontdiffuer_output_image = gr.Image(label="FontDiffuser Output Image", image_mode='RGB', type='pil')
78
 
79
  sampling_step = gr.Slider(20, 50, value=20, step=10,
80
  label="Sampling Step", info="The sampling step by FontDiffuser.")