rahul7star commited on
Commit
fe6ff87
·
verified ·
1 Parent(s): e395b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ from slugify import slugify
40
  sys.path.insert(0, "ai-toolkit")
41
  from toolkit.job import get_job
42
 
43
-
44
 
45
  app = FastAPI()
46
 
@@ -425,7 +425,7 @@ def recursive_update(d, u):
425
  d[k] = v
426
  return d
427
 
428
- def start_training(
429
  lora_name,
430
  concept_sentence,
431
  steps,
 
40
  sys.path.insert(0, "ai-toolkit")
41
  from toolkit.job import get_job
42
 
43
+ from flux_train_ui import start_training
44
 
45
  app = FastAPI()
46
 
 
425
  d[k] = v
426
  return d
427
 
428
+ def start_traininglocal(
429
  lora_name,
430
  concept_sentence,
431
  steps,