Spaces:
Runtime error
Runtime error
Commit
•
f152551
1
Parent(s):
b631b42
Update app.py
Browse files
app.py
CHANGED
@@ -810,7 +810,7 @@ To improve the quality of your outputs, you can add a custom caption for each im
|
|
810 |
token = gr.Textbox(label="Your Hugging Face write token", info="A Hugging Face write token you can obtain on the settings page", type="password", placeholder="hf_OhHiThIsIsNoTaReALToKeNGOoDTry")
|
811 |
with gr.Group(visible=False) as no_payment_method:
|
812 |
with gr.Row():
|
813 |
-
gr.HTML("<h3 style='margin: 0'>Your Hugging Face account doesn't have a payment method set up. Set one up
|
814 |
payment_setup = gr.Button("I have set up a payment method")
|
815 |
|
816 |
start = gr.Button("Start training", visible=False, interactive=True)
|
|
|
810 |
token = gr.Textbox(label="Your Hugging Face write token", info="A Hugging Face write token you can obtain on the settings page", type="password", placeholder="hf_OhHiThIsIsNoTaReALToKeNGOoDTry")
|
811 |
with gr.Group(visible=False) as no_payment_method:
|
812 |
with gr.Row():
|
813 |
+
gr.HTML("<h3 style='margin: 0'>Your Hugging Face account doesn't have a payment method set up. Set one up <a href='https://huggingface.co/settings/billing/payment' target='_blank'>here</a> and come back here to train your LoRA</h3>")
|
814 |
payment_setup = gr.Button("I have set up a payment method")
|
815 |
|
816 |
start = gr.Button("Start training", visible=False, interactive=True)
|