Spaces:
Sleeping
Sleeping
helloWorld199
commited on
Update src/webui.py
Browse files- src/webui.py +1 -6
src/webui.py
CHANGED
@@ -245,13 +245,8 @@ if __name__ == '__main__':
|
|
245 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
246 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
247 |
|
248 |
-
|
249 |
-
with gr.Row():
|
250 |
-
folder = gr.Text(label='folder')
|
251 |
-
debug_button = gr.Button(value='Debug')
|
252 |
-
debug_button.click(show_stored_files, inputs =[folder])
|
253 |
with gr.Row():
|
254 |
-
clear_output = gr.Text()
|
255 |
clear_cache_button = gr.Button(value='Clear Gradio Cache')
|
256 |
clear_cache_button.click(remove_files_and_folders)
|
257 |
|
|
|
245 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
246 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
247 |
|
248 |
+
|
|
|
|
|
|
|
|
|
249 |
with gr.Row():
|
|
|
250 |
clear_cache_button = gr.Button(value='Clear Gradio Cache')
|
251 |
clear_cache_button.click(remove_files_and_folders)
|
252 |
|