Change webui/ to gradio_tabs/ to avoid conflict
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from webui.train import preprocess_all\n",
|
||||
"from gradio_tabs.train import preprocess_all\n",
|
||||
"\n",
|
||||
"preprocess_all(\n",
|
||||
" model_name=model_name,\n",
|
||||
@@ -308,7 +308,7 @@
|
||||
"\n",
|
||||
"\n",
|
||||
"import yaml\n",
|
||||
"from webui.train import get_path\n",
|
||||
"from gradio_tabs.train import get_path\n",
|
||||
"\n",
|
||||
"dataset_path, _, _, _, config_path = get_path(model_name)\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user