rahul7star commited on
Commit
b287482
·
verified ·
1 Parent(s): 3fb01f4

Update autorun_lora_gradio.py

Browse files
Files changed (1) hide show
  1. autorun_lora_gradio.py +1 -1
autorun_lora_gradio.py CHANGED
@@ -3,7 +3,7 @@ import uuid
3
  import gradio as gr
4
  from pathlib import Path
5
  from huggingface_hub import hf_hub_download
6
- from your_existing_training_file import create_dataset, start_training # <-- update this import as needed
7
 
8
  # Constants
9
  REPO_ID = "rahul7star/ohamlab"
 
3
  import gradio as gr
4
  from pathlib import Path
5
  from huggingface_hub import hf_hub_download
6
+ from flux_train_ui import create_dataset, start_training # <-- update this import as needed
7
 
8
  # Constants
9
  REPO_ID = "rahul7star/ohamlab"