Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def main_ui():
|
|
15 |
gr.Markdown(
|
16 |
"""
|
17 |
# 🛠️ Hugging Face Space Builder
|
18 |
-
## Build Huggingface Space from a standardized string that models can be prompted to export.
|
19 |
|
20 |
Create, view, and manage Hugging Face Spaces.
|
21 |
Provide your Hugging Face API token directly or load it from a KeyLock Wallet image.
|
@@ -38,7 +38,6 @@ def main_ui():
|
|
38 |
gr.Markdown("---")
|
39 |
gr.Markdown("### Method 2: Load API Token to this sytem environment from KeyLock Wallet Image")
|
40 |
gr.Markdown("### Get a KeyLock Wallet Image Here: [/spaces/broadfield-dev/KeyLock-API-Wallet](https://huggingface.co/spaces/broadfield-dev/KeyLock-API-Wallet)")
|
41 |
-
https://huggingface.co/spaces/broadfield-dev/KeyLock-API-Wallet
|
42 |
with gr.Row():
|
43 |
keylock_image_input = gr.Image(label="KeyLock Wallet Image (PNG)", type="pil", image_mode="RGBA")
|
44 |
keylock_password_input = gr.Textbox(label="Image Password", type="password")
|
|
|
15 |
gr.Markdown(
|
16 |
"""
|
17 |
# 🛠️ Hugging Face Space Builder
|
18 |
+
## Build Huggingface Space from a standardized string that models can be prompted to export.
|
19 |
|
20 |
Create, view, and manage Hugging Face Spaces.
|
21 |
Provide your Hugging Face API token directly or load it from a KeyLock Wallet image.
|
|
|
38 |
gr.Markdown("---")
|
39 |
gr.Markdown("### Method 2: Load API Token to this sytem environment from KeyLock Wallet Image")
|
40 |
gr.Markdown("### Get a KeyLock Wallet Image Here: [/spaces/broadfield-dev/KeyLock-API-Wallet](https://huggingface.co/spaces/broadfield-dev/KeyLock-API-Wallet)")
|
|
|
41 |
with gr.Row():
|
42 |
keylock_image_input = gr.Image(label="KeyLock Wallet Image (PNG)", type="pil", image_mode="RGBA")
|
43 |
keylock_password_input = gr.Textbox(label="Image Password", type="password")
|