Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|