AlStable commited on
Commit
efcb4d7
·
1 Parent(s): 00aa8e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ custom_model = models[1].path
30
  sandbox = gr.Interface.load(
31
  name= custom_model,
32
  title="""AlStable sandbox""",
33
- inputs=gr.Textbox(lines=2, placeholder="prompt Here..."),
34
  description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
35
  article=article,
36
  api_key=API_KEY,
 
30
  sandbox = gr.Interface.load(
31
  name= custom_model,
32
  title="""AlStable sandbox""",
33
+ prompt = gr.Textbox(label="Prompt", show_label=False, max_lines=2, placeholder="Enter your prompt~", elem_id="input-prompt")
34
  description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
35
  article=article,
36
  api_key=API_KEY,