broadfield-dev commited on
Commit
407e564
·
verified ·
1 Parent(s): ae75d50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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. Use the model to update the space, while watching the updates live
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")