shichen commited on
Commit
c2abdb7
1 Parent(s): d6428a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
44
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Describe what you do not wish to see.")
45
  seed = gr.Number(label="Seed", value=0, minimum=0, maximum=4294967294, step=1)
46
  generate_btn = gr.Button("Generate Image")
47
- api_key_info = gr.Text("API Key Application", style="bold") # Text display
48
  api_key_link = gr.Link("https://platform.stability.ai/account/keys", "Apply Here") # Hyperlink
49
  with gr.Column(scale=1):
50
  output = gr.Image()
 
44
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Describe what you do not wish to see.")
45
  seed = gr.Number(label="Seed", value=0, minimum=0, maximum=4294967294, step=1)
46
  generate_btn = gr.Button("Generate Image")
47
+ # api_key_info = gr.Text("API Key Application", style="bold") # Text display
48
  api_key_link = gr.Link("https://platform.stability.ai/account/keys", "Apply Here") # Hyperlink
49
  with gr.Column(scale=1):
50
  output = gr.Image()