Update change.py
Browse files
change.py
CHANGED
@@ -204,4 +204,4 @@ with gr.Blocks() as interface:
|
|
204 |
|
205 |
section_btn1.click(change, inputs=[wav_path,turn_tune,minf0,maxf0,shiftms,fr], outputs=[audio_output])
|
206 |
|
207 |
-
interface.launch(show_api=False
|
|
|
204 |
|
205 |
section_btn1.click(change, inputs=[wav_path,turn_tune,minf0,maxf0,shiftms,fr], outputs=[audio_output])
|
206 |
|
207 |
+
interface.launch(show_api=False)
|