tomo2chin2 commited on
Commit
a0f17f9
·
verified ·
1 Parent(s): abe973b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -336,8 +336,8 @@ with gr.Blocks(title="Full Page Screenshot (テキスト変換対応)", theme=gr
336
  ["standard", "cute", "resort", "cool", "dental", "school", "KOKUGO"],
337
  value="standard", label="デザインスタイル", visible=False)
338
  with gr.Column(scale=2):
339
- ext = gr.Slider(0, 30, value=10, step=1, label="上下高さ拡張率(%)")
340
- temp = gr.Slider(0.0, 1.0, value=0.5, step=0.1,
341
  label="生成時の温度", visible=False)
342
  trim = gr.Checkbox(value=True, label="余白を自動トリミング")
343
  btn = gr.Button("生成")
 
336
  ["standard", "cute", "resort", "cool", "dental", "school", "KOKUGO"],
337
  value="standard", label="デザインスタイル", visible=False)
338
  with gr.Column(scale=2):
339
+ ext = gr.Slider(0, 30, value=15, step=1, label="上下高さ拡張率(%)")
340
+ temp = gr.Slider(0.0, 1.0, value=1.0, step=0.1,
341
  label="生成時の温度", visible=False)
342
  trim = gr.Checkbox(value=True, label="余白を自動トリミング")
343
  btn = gr.Button("生成")