Aitron Emper commited on
Commit
7359d57
1 Parent(s): fb98d3f

Update tabs/extra/extra.py

Browse files
Files changed (1) hide show
  1. tabs/extra/extra.py +2 -2
tabs/extra/extra.py CHANGED
@@ -14,9 +14,9 @@ def extra_tab():
14
  "This section contains some extra utilities that often may be in experimental phases."
15
  )
16
  )
17
-
18
  with gr.TabItem(i18n("Processing")):
19
  processing.processing()
20
-
21
  with gr.TabItem(i18n("Audio Analyzer")):
22
  analyzer.analyzer()
 
14
  "This section contains some extra utilities that often may be in experimental phases."
15
  )
16
  )
17
+ '''
18
  with gr.TabItem(i18n("Processing")):
19
  processing.processing()
20
+ '''
21
  with gr.TabItem(i18n("Audio Analyzer")):
22
  analyzer.analyzer()