zenafey commited on
Commit
eb8b30c
1 Parent(s): 06db963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -277,7 +277,7 @@ with gr.Blocks(css=css) as demo:
277
  with gr.Row(elem_id="model_dropdown"):
278
  with gr.Column(scale=2):
279
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]",
280
- label="Stable Diffusion Checkpoint", choices=prodia_client.list_models()).style(container=False)
281
 
282
  with gr.Column(scale=6):
283
  gr.Markdown(elem_id="powered-by-prodia",
@@ -288,7 +288,7 @@ with gr.Blocks(css=css) as demo:
288
  with gr.Row():
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
291
- placeholder="Prompt", show_label=False, lines=3)
292
  negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3,
293
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
294
  with gr.Row(scale=6):
 
277
  with gr.Row(elem_id="model_dropdown"):
278
  with gr.Column(scale=2):
279
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]",
280
+ label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), container=False)
281
 
282
  with gr.Column(scale=6):
283
  gr.Markdown(elem_id="powered-by-prodia",
 
288
  with gr.Row():
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
291
+ placeholder="Prompt", show_label=False, lines=3, container=False)
292
  negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3,
293
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
294
  with gr.Row(scale=6):