update theme
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def split_wav_file(audiofileuploader, mindur2, maxdur2, name_for_split_files2):
|
|
126 |
os.remove(file2)
|
127 |
return f"File split successfully!\nCheck below for zipped files.\nAmount created: {len(audio_files)}", zip_file_name2
|
128 |
|
129 |
-
with gr.Blocks(theme=
|
130 |
gr.HTML(
|
131 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
132 |
)
|
|
|
126 |
os.remove(file2)
|
127 |
return f"File split successfully!\nCheck below for zipped files.\nAmount created: {len(audio_files)}", zip_file_name2
|
128 |
|
129 |
+
with gr.Blocks(theme='NoCrypt/miku', title="Global Dataset Maker") as app:
|
130 |
gr.HTML(
|
131 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
132 |
)
|