Spaces:
Runtime error
Runtime error
add alert
Browse files
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).
|