skytnt commited on
Commit
892b238
1 Parent(s): 1c479ac
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ if __name__ == '__main__':
287
  with gr.TabItem("generate image"):
288
  with gr.Row():
289
  with gr.Column():
290
- gr.Markdown("generate image randomly or by seed")
291
  with gr.Row():
292
  gen_input1 = gr.Slider(minimum=0, maximum=2 ** 32 - 1, step=1, value=0, label="seed")
293
  gen_input2 = gr.Checkbox(label="Random", value=True)
 
287
  with gr.TabItem("generate image"):
288
  with gr.Row():
289
  with gr.Column():
290
+ gr.Markdown("generate image")
291
  with gr.Row():
292
  gen_input1 = gr.Slider(minimum=0, maximum=2 ** 32 - 1, step=1, value=0, label="seed")
293
  gen_input2 = gr.Checkbox(label="Random", value=True)