Spaces:
Sleeping
Sleeping
helloWorld199
commited on
Update src/webui.py
Browse files- src/webui.py +2 -1
src/webui.py
CHANGED
@@ -4,6 +4,7 @@ import shutil
|
|
4 |
import urllib.request
|
5 |
import zipfile
|
6 |
from argparse import ArgumentParser
|
|
|
7 |
|
8 |
import gradio as gr
|
9 |
|
@@ -244,7 +245,7 @@ if __name__ == '__main__':
|
|
244 |
outputs=[pitch, main_gain, backup_gain, inst_gain, index_rate, filter_radius, rms_mix_rate,
|
245 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
246 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
247 |
-
debug_button.click(show_stored_files)
|
248 |
|
249 |
|
250 |
|
|
|
4 |
import urllib.request
|
5 |
import zipfile
|
6 |
from argparse import ArgumentParser
|
7 |
+
from my_utils import show_stored_files
|
8 |
|
9 |
import gradio as gr
|
10 |
|
|
|
245 |
outputs=[pitch, main_gain, backup_gain, inst_gain, index_rate, filter_radius, rms_mix_rate,
|
246 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
247 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
248 |
+
debug_button.click(show_stored_files("/"))
|
249 |
|
250 |
|
251 |
|