Spaces:
Running
on
Zero
Running
on
Zero
panelforge
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -135,8 +135,8 @@ with gr.Blocks(css=css) as demo:
|
|
135 |
)
|
136 |
|
137 |
# Add text outputs to show full prompt and negative prompt
|
138 |
-
full_prompt_output = gr.Textbox(label="Full Prompt", interactive=False)
|
139 |
-
full_negative_prompt_output = gr.Textbox(label="Full Negative Prompt", interactive=False)
|
140 |
|
141 |
gr.on(
|
142 |
triggers=[run_button.click, prompt.submit],
|
|
|
135 |
)
|
136 |
|
137 |
# Add text outputs to show full prompt and negative prompt
|
138 |
+
full_prompt_output = gr.Textbox(label="Full Prompt", interactive=False, lines=3)
|
139 |
+
full_negative_prompt_output = gr.Textbox(label="Full Negative Prompt", interactive=False, lines=3)
|
140 |
|
141 |
gr.on(
|
142 |
triggers=[run_button.click, prompt.submit],
|