Spaces:
Runtime error
Runtime error
Fix typo
#28
by
ERL2025
- opened
app.py
CHANGED
@@ -366,7 +366,7 @@ def calculate_price(iterations, with_prior_preservation):
|
|
366 |
cost = round(cost_per_second * total_seconds, 2)
|
367 |
return f'''To train this LoRA, we will duplicate the space and hook an L40S GPU under the hood.
|
368 |
## 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 {seconds_per_iteration}s/it)</small>
|
369 |
-
#### ↓ to continue, grab
|
370 |
|
371 |
def start_training_og(
|
372 |
lora_name,
|
|
|
366 |
cost = round(cost_per_second * total_seconds, 2)
|
367 |
return f'''To train this LoRA, we will duplicate the space and hook an L40S GPU under the hood.
|
368 |
## 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 {seconds_per_iteration}s/it)</small>
|
369 |
+
#### ↓ to continue, grab your <b>write</b> token [here](https://huggingface.co/settings/tokens) and enter it below ↓'''
|
370 |
|
371 |
def start_training_og(
|
372 |
lora_name,
|