broadfield-dev commited on
Commit
bf97231
·
verified ·
1 Parent(s): 657e523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def main_ui():
34
  api_token_ui_input = gr.Textbox(label="Hugging Face API Token (hf_xxx)", type="password", placeholder="Enter token OR load from Wallet image")
35
  if KEYLOCK_DECODE_AVAILABLE:
36
  gr.Markdown("---")
37
- gr.Markdown("### Method 2: Load API Token from KeyLock Wallet Image")
38
  with gr.Row():
39
  keylock_image_input = gr.Image(label="KeyLock Wallet Image (PNG)", type="pil", image_mode="RGBA")
40
  keylock_password_input = gr.Textbox(label="Image Password", type="password")
 
34
  api_token_ui_input = gr.Textbox(label="Hugging Face API Token (hf_xxx)", type="password", placeholder="Enter token OR load from Wallet image")
35
  if KEYLOCK_DECODE_AVAILABLE:
36
  gr.Markdown("---")
37
+ gr.Markdown("### Method 2: Load API Token to this sytem environment from KeyLock Wallet Image")
38
  with gr.Row():
39
  keylock_image_input = gr.Image(label="KeyLock Wallet Image (PNG)", type="pil", image_mode="RGBA")
40
  keylock_password_input = gr.Textbox(label="Image Password", type="password")