Aitron Emper
commited on
Commit
•
bf833e0
1
Parent(s):
fd90d06
Update tabs/extra/extra.py
Browse files- 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()
|