Commit
·
7f7eb59
1
Parent(s):
905e520
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def main():
|
|
18 |
Need help with AI? [Join AI Hub!](https://discord.gg/aihub)
|
19 |
"""
|
20 |
)
|
21 |
-
demo.queue(
|
22 |
|
23 |
def create_spectrogram_and_get_info(audio_file):
|
24 |
# Clear figure in case it has data in it
|
|
|
18 |
Need help with AI? [Join AI Hub!](https://discord.gg/aihub)
|
19 |
"""
|
20 |
)
|
21 |
+
demo.queue(max_size=1022).launch(share=True)
|
22 |
|
23 |
def create_spectrogram_and_get_info(audio_file):
|
24 |
# Clear figure in case it has data in it
|