jbilcke-hf HF Staff commited on
Commit
bd3ee62
·
1 Parent(s): fc0385d
vms/ui/project/tabs/import_tab/hub_tab.py CHANGED
@@ -141,7 +141,8 @@ class HubTab(BaseTab):
141
  inputs=[
142
  self.components["dataset_id"],
143
  self.components["enable_automatic_video_split"],
144
- self.components["file_type"]
 
145
  ],
146
  outputs=[
147
  self.components["status_output"],
@@ -172,7 +173,8 @@ class HubTab(BaseTab):
172
  inputs=[
173
  self.components["dataset_id"],
174
  self.components["enable_automatic_video_split"],
175
- self.components["file_type"]
 
176
  ],
177
  outputs=[
178
  self.components["status_output"],
 
141
  inputs=[
142
  self.components["dataset_id"],
143
  self.components["enable_automatic_video_split"],
144
+ self.components["file_type"],
145
+ self.app.tabs["caption_tab"].components["custom_prompt_prefix"]
146
  ],
147
  outputs=[
148
  self.components["status_output"],
 
173
  inputs=[
174
  self.components["dataset_id"],
175
  self.components["enable_automatic_video_split"],
176
+ self.components["file_type"],
177
+ self.app.tabs["caption_tab"].components["custom_prompt_prefix"]
178
  ],
179
  outputs=[
180
  self.components["status_output"],