Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
172c210
1
Parent(s):
f981967
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ import argparse
|
|
15 |
import importlib
|
16 |
import sys
|
17 |
from pathlib import Path
|
|
|
18 |
MAX_IMAGES = 50
|
19 |
|
20 |
training_script_url = "https://raw.githubusercontent.com/huggingface/diffusers/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py"
|
|
|
15 |
import importlib
|
16 |
import sys
|
17 |
from pathlib import Path
|
18 |
+
import spaces
|
19 |
MAX_IMAGES = 50
|
20 |
|
21 |
training_script_url = "https://raw.githubusercontent.com/huggingface/diffusers/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py"
|