DigiP-AI commited on
Commit
abb92ea
·
verified ·
1 Parent(s): dedaeb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 🧠 ", 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"):
 
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"):