Yntec commited on
Commit
5251921
1 Parent(s): 1edb66a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,7 +87,7 @@ def gen_fnseed(model_str, prompt, seed=1):
87
 
88
  with gr.Blocks() as demo:
89
 
90
- gr.HTML(
91
  """
92
  <div style="text-align: center; max-width: 1200px; margin: 0 auto;">
93
  <div>
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
  </div>
99
  </div>
100
  """
101
- )
102
  with gr.Tab('Toy World'):
103
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
104
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
 
87
 
88
  with gr.Blocks() as demo:
89
 
90
+ gr.HTML(
91
  """
92
  <div style="text-align: center; max-width: 1200px; margin: 0 auto;">
93
  <div>
 
98
  </div>
99
  </div>
100
  """
101
+ )
102
  with gr.Tab('Toy World'):
103
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
104
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')