Spaces:
Running
Running
Update autorun_lora_gradio.py
Browse files- 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
|
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"
|