Aitronssesin commited on
Commit
a57b0c7
1 Parent(s): 5304cd8

Update tabs/extra/extra.py

Browse files
Files changed (1) hide show
  1. tabs/extra/extra.py +2 -2
tabs/extra/extra.py CHANGED
@@ -15,8 +15,8 @@ def extra_tab():
15
  )
16
  )
17
 
18
- with gr.TabItem(i18n("Processing")):
19
- processing.processing()
20
 
21
  with gr.TabItem(i18n("Audio Analyzer")):
22
  analyzer.analyzer()
 
15
  )
16
  )
17
 
18
+ # with gr.TabItem(i18n("Processing")):
19
+ # processing.processing()
20
 
21
  with gr.TabItem(i18n("Audio Analyzer")):
22
  analyzer.analyzer()