Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1689,7 +1689,7 @@ if __name__ == "__main__":
|
|
1689 |
</div>
|
1690 |
""")
|
1691 |
with gr.Row():
|
1692 |
-
prompt = gr.Textbox(label="Prompt")
|
1693 |
submit_btn = gr.Button("Submit", scale=1)
|
1694 |
with gr.Accordion("Advanced settings", open=False):
|
1695 |
resolution = gr.Radio(
|
|
|
1689 |
</div>
|
1690 |
""")
|
1691 |
with gr.Row():
|
1692 |
+
prompt = gr.Textbox(label="Prompt", scale=4)
|
1693 |
submit_btn = gr.Button("Submit", scale=1)
|
1694 |
with gr.Accordion("Advanced settings", open=False):
|
1695 |
resolution = gr.Radio(
|