Yntec commited on
Commit
fb9f0bc
·
verified ·
1 Parent(s): 4a2244d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -90,13 +90,14 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
90
  gr.HTML(
91
  """
92
  <div>
93
- <p> <center><img src="https://huggingface.co/spaces/Yntec/open-craiyon/resolve/main/open_craiyon..png" style="height:79px; width:367px; margin-top: 0px; margin-bottom: 0px;" span title="Best free ai art image generator open craiyon"></center>
94
  </p>
95
  """
96
  )
97
  with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
98
- txt_input = gr.Textbox(label='Your prompt:', lines=5, scale=3)
99
- gen_button = gr.Button('Draw it! 🖍️', scale=1)
 
100
  with gr.Row():
101
  seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
102
  seed_rand = gr.Button("Randomize Seed 🎲", size="sm", variant="secondary", scale=1)
 
90
  gr.HTML(
91
  """
92
  <div>
93
+ <p> <center><img src="https://huggingface.co/spaces/Yntec/open-craiyon/resolve/main/open_craiyon.png" style="height:79px; width:367px; margin-top: 0px; margin-bottom: 0px;" span title="Best free ai art image generator open craiyon"></center>
94
  </p>
95
  """
96
  )
97
  with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
98
+ with gr.Row():
99
+ txt_input = gr.Textbox(label='Your prompt:', lines=5, scale=3)
100
+ gen_button = gr.Button('Draw it! 🖍️', scale=1)
101
  with gr.Row():
102
  seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
103
  seed_rand = gr.Button("Randomize Seed 🎲", size="sm", variant="secondary", scale=1)