Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d338a84
1
Parent(s):
1c5abdf
Update app.py
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ def calculate_price(iterations):
|
|
345 |
cost = round(cost_per_second * total_seconds, 2)
|
346 |
return f'''To train this LoRA, we will duplicate the space and hook an A10G GPU under the hood.
|
347 |
## Estimated to cost <b>< US$ {str(cost)}</b> for {round(int(total_seconds)/60, 2)} minutes with your current train settings <small>({int(iterations)} iterations at 3.50s/it)</small>
|
348 |
-
####
|
349 |
|
350 |
def start_training_og(
|
351 |
lora_name,
|
|
|
345 |
cost = round(cost_per_second * total_seconds, 2)
|
346 |
return f'''To train this LoRA, we will duplicate the space and hook an A10G GPU under the hood.
|
347 |
## Estimated to cost <b>< US$ {str(cost)}</b> for {round(int(total_seconds)/60, 2)} minutes with your current train settings <small>({int(iterations)} iterations at 3.50s/it)</small>
|
348 |
+
#### ↓ to continue, grab you <b>write</b> token [here](https://huggingface.co/settings/tokens) and enter it below ↓'''
|
349 |
|
350 |
def start_training_og(
|
351 |
lora_name,
|