Spaces:
Running
Running
Update app.py
Browse files
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
|
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.
|
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)
|