majedk01 commited on
Commit
6dc7d80
·
verified ·
1 Parent(s): 68ef598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ iface = gr.Interface(
78
  fn=generate_image,
79
  inputs=[
80
  gr.components.Textbox(lines=2, placeholder="Enter the description of the image here..."),
81
- gr.components.Dropdown(choices=["1.","2","3","4","5","6"], label="Choose Model", value='1'),
82
  gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
83
  ],
84
  outputs=gr.components.Image(),
 
78
  fn=generate_image,
79
  inputs=[
80
  gr.components.Textbox(lines=2, placeholder="Enter the description of the image here..."),
81
+ gr.components.Dropdown(choices=["1.","2","3","4","5","6"], label="Choose Model", value='Stable Diffusion v1.5'),
82
  gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
83
  ],
84
  outputs=gr.components.Image(),