Change webui/ to gradio_tabs/ to avoid conflict

This commit is contained in:
litagin02
2024-03-15 22:41:19 +09:00
parent 9986ce3ca4
commit 386d122cc7
8 changed files with 8 additions and 8 deletions

View File

@@ -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",