Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -752,13 +752,13 @@ with gr.Blocks(css=css) as myface:
|
|
752 |
gr.ImagePaint(label="Draw", interactive=True)
|
753 |
|
754 |
with gr.Row():
|
755 |
-
with gr.Row():
|
756 |
-
magic1=gr.Textbox(lines=4)
|
757 |
with gr.Column():
|
|
|
|
|
758 |
run=gr.Button("Generate Image")
|
759 |
-
with gr.Column():
|
760 |
-
model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
|
761 |
with gr.Row():
|
|
|
|
|
762 |
input_text=gr.Textbox(label="Prompt Idea",lines=2)
|
763 |
use_short=gr.Button("Use Short Prompt")
|
764 |
see_prompts=gr.Button("Extend Idea")
|
|
|
752 |
gr.ImagePaint(label="Draw", interactive=True)
|
753 |
|
754 |
with gr.Row():
|
|
|
|
|
755 |
with gr.Column():
|
756 |
+
magic1=gr.Textbox(lines=4)
|
757 |
+
with gr.Row():
|
758 |
run=gr.Button("Generate Image")
|
|
|
|
|
759 |
with gr.Row():
|
760 |
+
model_name1 = gr.Dropdown(show_label=False, choices=[m for m in models], type="index", value=current_model, interactive=True)
|
761 |
+
with gr.ColumnRow():
|
762 |
input_text=gr.Textbox(label="Prompt Idea",lines=2)
|
763 |
use_short=gr.Button("Use Short Prompt")
|
764 |
see_prompts=gr.Button("Extend Idea")
|