Spaces:
Running
Running
removed examples for debugging
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
|
|
88 |
format='mp3',
|
89 |
show_download_button=False,
|
90 |
scale=9,
|
91 |
-
)
|
92 |
gr.Examples(
|
93 |
examples=[
|
94 |
'./assets/NewJeans - Super Shy.mp3',
|
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
outputs=[output_bpm, output_viz, output_sonif],
|
99 |
fn=analyze,
|
100 |
cache_examples=CACHE_EXAMPLES,
|
101 |
-
)
|
102 |
button.click(
|
103 |
fn=analyze,
|
104 |
inputs=input_audio_path,
|
|
|
88 |
format='mp3',
|
89 |
show_download_button=False,
|
90 |
scale=9,
|
91 |
+
)"""
|
92 |
gr.Examples(
|
93 |
examples=[
|
94 |
'./assets/NewJeans - Super Shy.mp3',
|
|
|
98 |
outputs=[output_bpm, output_viz, output_sonif],
|
99 |
fn=analyze,
|
100 |
cache_examples=CACHE_EXAMPLES,
|
101 |
+
)"""
|
102 |
button.click(
|
103 |
fn=analyze,
|
104 |
inputs=input_audio_path,
|