Update app.py
Browse files
app.py
CHANGED
@@ -335,8 +335,7 @@ class App:
|
|
335 |
outputs=[tb_indicator, files_subtitles, tb_info])
|
336 |
# btn_openfolder.click(fn=lambda: self.open_folder("outputs"), inputs=None, outputs=None)
|
337 |
|
338 |
-
input_multi.change(fn=self.update_visibility,
|
339 |
-
radio_text=input_multi)
|
340 |
|
341 |
with gr.TabItem("Device info"): # tab2
|
342 |
with gr.Column():
|
|
|
335 |
outputs=[tb_indicator, files_subtitles, tb_info])
|
336 |
# btn_openfolder.click(fn=lambda: self.open_folder("outputs"), inputs=None, outputs=None)
|
337 |
|
338 |
+
input_multi.change(fn=self.update_visibility,inputs=input_multi)
|
|
|
339 |
|
340 |
with gr.TabItem("Device info"): # tab2
|
341 |
with gr.Column():
|