Commit
•
18b55b3
1
Parent(s):
a2021c5
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
placeholder='Enter your prompt',
|
81 |
container=False,
|
82 |
)
|
83 |
-
result = gr.
|
84 |
-
|
85 |
negative_prompt = gr.Text(
|
86 |
label='Negative prompt',
|
87 |
max_lines=1,
|
|
|
80 |
placeholder='Enter your prompt',
|
81 |
container=False,
|
82 |
)
|
83 |
+
result = gr.Text(label='Result', show_label=False, visible=True)
|
|
|
84 |
negative_prompt = gr.Text(
|
85 |
label='Negative prompt',
|
86 |
max_lines=1,
|