Spaces:
Running
Running
Aitron Emper
commited on
Update tabs/extra/extra.py
Browse files- tabs/extra/extra.py +0 -4
tabs/extra/extra.py
CHANGED
|
@@ -14,9 +14,5 @@ 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 |
with gr.TabItem(i18n("Audio Analyzer")):
|
| 18 |
analyzer.analyzer()
|