Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -759,12 +759,12 @@ with gr.Blocks(css=css) as myface:
|
|
| 759 |
with gr.Column():
|
| 760 |
use_short=gr.Button("Use Short Prompt")
|
| 761 |
see_prompts=gr.Button("Extend Idea")
|
|
|
|
|
|
|
| 762 |
run=gr.Button("Generate Image")
|
| 763 |
with gr.Tab("Main"):
|
| 764 |
with gr.Row():
|
| 765 |
output1=gr.Image(label=(f"{current_model}"))
|
| 766 |
-
with gr.Row():
|
| 767 |
-
magic1=gr.Textbox(lines=4)
|
| 768 |
|
| 769 |
def short_prompt(inputs):
|
| 770 |
return(inputs)
|
|
|
|
| 759 |
with gr.Column():
|
| 760 |
use_short=gr.Button("Use Short Prompt")
|
| 761 |
see_prompts=gr.Button("Extend Idea")
|
| 762 |
+
with gr.Row():
|
| 763 |
+
magic1=gr.Textbox(lines=4)
|
| 764 |
run=gr.Button("Generate Image")
|
| 765 |
with gr.Tab("Main"):
|
| 766 |
with gr.Row():
|
| 767 |
output1=gr.Image(label=(f"{current_model}"))
|
|
|
|
|
|
|
| 768 |
|
| 769 |
def short_prompt(inputs):
|
| 770 |
return(inputs)
|