Update app.py

This commit is contained in:
sigma
2025-12-14 19:37:06 +00:00
committed by system
parent fa96c1fca7
commit e3a6c9c237

2
app.py
View File

@@ -70,7 +70,7 @@ def upload_and_prepare_dataset(files, dataset_name, trigger_word):
return f"✅ ready: {image_count} images in {dataset_name}", str(dataset_path), dataset_name
# request 10 mins gpu for training
@spaces.GPU(duration=600)
@spaces.GPU(duration=200)
def train_lora(
dataset_path,
project_name,