Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
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
|
200 |
'Juggernaut XL', 'DreamShaper XL',
|
201 |
'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
|
202 |
with gr.Tab("Extended 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',
|
201 |
'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
|
202 |
with gr.Tab("Extended settings"):
|