Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
194 |
|
195 |
with gr.Tab("Basic Settings"):
|
196 |
with gr.Row():
|
197 |
-
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3)
|
198 |
with gr.Row():
|
199 |
task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Model of neural network 🧠 ", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
|
200 |
'Juggernaut XL', 'DreamShaper XL',
|
|
|
194 |
|
195 |
with gr.Tab("Basic Settings"):
|
196 |
with gr.Row():
|
197 |
+
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
|
198 |
with gr.Row():
|
199 |
task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Model of neural network 🧠 ", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
|
200 |
'Juggernaut XL', 'DreamShaper XL',
|