Spaces:
Running
Running
shichen
commited on
Commit
•
7257002
1
Parent(s):
c2abdb7
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
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()
|
51 |
|
|
|
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()
|
51 |
|