Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import uuid
|
|
| 3 |
import os
|
| 4 |
from huggingface_hub import snapshot_download
|
| 5 |
from flux_train import build_job
|
| 6 |
-
|
| 7 |
import sys
|
| 8 |
sys.path.append("/app/ai-toolkit") # Tell Python to look here
|
| 9 |
|
|
|
|
| 3 |
import os
|
| 4 |
from huggingface_hub import snapshot_download
|
| 5 |
from flux_train import build_job
|
| 6 |
+
|
| 7 |
import sys
|
| 8 |
sys.path.append("/app/ai-toolkit") # Tell Python to look here
|
| 9 |
|