Skip to content

Commit 3b7f034

Browse files
authored
Merge pull request #24 from neph1/neph1-patch-1
Update app.py
2 parents 2114ea7 + 95a7ff0 commit 3b7f034

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import gradio as gr
44

5-
from tabs.dataset_tab import DatasetTab
65
from tabs.general_tab import GeneralTab
76
from tabs.prepare_tab import PrepareDatasetTab
87
from tabs.tool_tab import ToolTab
@@ -37,9 +36,6 @@ def setup_views(self):
3736
with runtime_tab:
3837
self.tabs['runtime'] = TrainingTab("Trainer Settings", os.path.join(self.configs_path, "config_template.yaml"), allow_load=True)
3938

40-
with dataset_tab:
41-
self.tabs['dataset'] = DatasetTab()
42-
4339
with prepare_tab:
4440
self.tabs['prepare'] = PrepareDatasetTab("Prepare dataset (Legacy)", os.path.join(self.configs_path, "prepare_template.yaml"), allow_load=True)
4541

@@ -51,4 +47,4 @@ def setup_views(self):
5147

5248

5349
if __name__ == "__main__":
54-
App()
50+
App()

0 commit comments

Comments
 (0)