Yntec commited on
Commit
a846003
1 Parent(s): 67d1506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -700,7 +700,7 @@ with gr.Blocks(css=css) as myface:
700
  with gr.Row():
701
  with gr.Tab("Title"):
702
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
703
- <h1>Fill the Textbox at the bottom and click Generate Image</h1>
704
  <br><h4>The first time you load a model it takes 160 seconds</h4>
705
  <br><h4>But after it loads each image takes 10 seconds to generate!</h4>
706
 
@@ -755,7 +755,7 @@ with gr.Blocks(css=css) as myface:
755
  with gr.Column():
756
  magic1=gr.Textbox(lines=4)
757
  run=gr.Button("Generate Image")
758
- with gr.Column():
759
  model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
760
  with gr.Row():
761
  input_text=gr.Textbox(label="Prompt Idea",lines=2)
 
700
  with gr.Row():
701
  with gr.Tab("Title"):
702
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
703
+ <h1>Fill the Textbox at the top and click Generate Image</h1>
704
  <br><h4>The first time you load a model it takes 160 seconds</h4>
705
  <br><h4>But after it loads each image takes 10 seconds to generate!</h4>
706
 
 
755
  with gr.Column():
756
  magic1=gr.Textbox(lines=4)
757
  run=gr.Button("Generate Image")
758
+ with gr.Row():
759
  model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
760
  with gr.Row():
761
  input_text=gr.Textbox(label="Prompt Idea",lines=2)