yujiepan commited on
Commit
c5f9cd8
·
1 Parent(s): 1581622

add alert

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ with gr.Blocks(title="Hugging Face Model Weight Inspector") as demo:
394
  session_token = gr.State(None)
395
 
396
  # HF Login section
397
- with gr.Accordion("🔐 Hugging Face Login (Per-User Session)", open=False):
398
  gr.Markdown("""
399
  **Note:** This Space uses the default `HF_TOKEN` secret for all users if no session token is provided.
400
  Login below with your own token for per-user authentication (affects only your session).
 
394
  session_token = gr.State(None)
395
 
396
  # HF Login section
397
+ with gr.Accordion("🔐 Hugging Face Login (Per-User Session) [⚠️⚠️⚠️WIP, Do not use⚠️⚠️⚠️]", open=False):
398
  gr.Markdown("""
399
  **Note:** This Space uses the default `HF_TOKEN` secret for all users if no session token is provided.
400
  Login below with your own token for per-user authentication (affects only your session).