Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,6 +164,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 164 |
with gr.Row():
|
| 165 |
with gr.Column(scale=100):
|
| 166 |
magic1=gr.Textbox(label="Prompt", show_label=False, lines=4,placeholder="[your prompt]").style(container=False)
|
|
|
|
| 167 |
run=gr.Button("Generate 8 Images")
|
| 168 |
with gr.Row():
|
| 169 |
with gr.Column(scale=100):
|
|
@@ -177,7 +178,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 177 |
output4=gr.Image(label=(f"{current_model}"))
|
| 178 |
with gr.Row():
|
| 179 |
prompt=gr.Textbox(lines=4)
|
| 180 |
-
|
| 181 |
magic3=gr.Textbox(lines=4)
|
| 182 |
magic4=gr.Textbox(lines=4)
|
| 183 |
with gr.Row():
|
|
|
|
| 164 |
with gr.Row():
|
| 165 |
with gr.Column(scale=100):
|
| 166 |
magic1=gr.Textbox(label="Prompt", show_label=False, lines=4,placeholder="[your prompt]").style(container=False)
|
| 167 |
+
magic2=f"happy, {magic1}"
|
| 168 |
run=gr.Button("Generate 8 Images")
|
| 169 |
with gr.Row():
|
| 170 |
with gr.Column(scale=100):
|
|
|
|
| 178 |
output4=gr.Image(label=(f"{current_model}"))
|
| 179 |
with gr.Row():
|
| 180 |
prompt=gr.Textbox(lines=4)
|
| 181 |
+
prompt2=gr.Textbox(lines=4)
|
| 182 |
magic3=gr.Textbox(lines=4)
|
| 183 |
magic4=gr.Textbox(lines=4)
|
| 184 |
with gr.Row():
|