Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ In particular, conversion of FLUX.1 or SD 3.5 is almost impossible in CPU space.
|
|
| 87 |
with gr.Row(equal_height=True):
|
| 88 |
with gr.Column():
|
| 89 |
hf_token = gr.Textbox(label="Your HF write token", placeholder="hf_...", value="", max_lines=1)
|
| 90 |
-
gr.Markdown("Your token is available at [hf.co/settings/tokens](https://huggingface.co/settings/tokens).", elem_classes="info")
|
| 91 |
help("hf_write_token_access")
|
| 92 |
with gr.Column():
|
| 93 |
civitai_key = gr.Textbox(label="Your Civitai API Key (Optional)", info="If you download model from Civitai...", placeholder="", value="", max_lines=1)
|
|
|
|
| 87 |
with gr.Row(equal_height=True):
|
| 88 |
with gr.Column():
|
| 89 |
hf_token = gr.Textbox(label="Your HF write token", placeholder="hf_...", value="", max_lines=1)
|
| 90 |
+
#gr.Markdown("Your token is available at [hf.co/settings/tokens](https://huggingface.co/settings/tokens).", elem_classes="info")
|
| 91 |
help("hf_write_token_access")
|
| 92 |
with gr.Column():
|
| 93 |
civitai_key = gr.Textbox(label="Your Civitai API Key (Optional)", info="If you download model from Civitai...", placeholder="", value="", max_lines=1)
|