Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
6cacae3
1
Parent(s):
f8dd60e
22
Browse files
app.py
CHANGED
|
@@ -161,11 +161,11 @@ with gr.Blocks() as demo:
|
|
| 161 |
|
| 162 |
with gr.Column():
|
| 163 |
output_image = gr.Image(label="Generated image", show_label=False)
|
| 164 |
-
polished_prompt = gr.Textbox(label="Polished prompt", interactive=False)
|
| 165 |
|
| 166 |
|
| 167 |
gr.Examples(examples=examples, inputs=[prompt])
|
| 168 |
-
gr.Markdown(read_file("static/footer.md"))
|
| 169 |
|
| 170 |
run_button.click(
|
| 171 |
fn=prepare,
|
|
|
|
| 161 |
|
| 162 |
with gr.Column():
|
| 163 |
output_image = gr.Image(label="Generated image", show_label=False)
|
| 164 |
+
polished_prompt = gr.Textbox(label="Polished prompt",lines=2, interactive=False)
|
| 165 |
|
| 166 |
|
| 167 |
gr.Examples(examples=examples, inputs=[prompt])
|
| 168 |
+
# gr.Markdown(read_file("static/footer.md"))
|
| 169 |
|
| 170 |
run_button.click(
|
| 171 |
fn=prepare,
|