Clarifying variables/secrets distinction
Browse files
app.py
CHANGED
@@ -818,7 +818,7 @@ CSS_STYLES = """
|
|
818 |
}
|
819 |
.gradio-container h1::after {
|
820 |
grid-row: 3;
|
821 |
-
content: "Authentication is optional but Image/Video Generation require a `HF_READ_TOKEN` in env
|
822 |
display: block;
|
823 |
font-size: 1rem;
|
824 |
font-weight: 400;
|
|
|
818 |
}
|
819 |
.gradio-container h1::after {
|
820 |
grid-row: 3;
|
821 |
+
content: "Authentication is optional but Image/Video Generation require a `HF_READ_TOKEN` in env secrets. They are hidden otherwise.";
|
822 |
display: block;
|
823 |
font-size: 1rem;
|
824 |
font-weight: 400;
|