Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -496,7 +496,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 496 |
show_label=True,
|
| 497 |
type="pil"
|
| 498 |
)
|
| 499 |
-
final_prompt = gr.Textbox(label="Processed prompt")
|
| 500 |
|
| 501 |
with gr.Row():
|
| 502 |
prompt = gr.Text(
|
|
|
|
| 496 |
show_label=True,
|
| 497 |
type="pil"
|
| 498 |
)
|
| 499 |
+
final_prompt = gr.Textbox(label="Processed prompt", visible=False)
|
| 500 |
|
| 501 |
with gr.Row():
|
| 502 |
prompt = gr.Text(
|