add todo
Browse files
app.py
CHANGED
@@ -199,6 +199,7 @@ with gr.Blocks(theme='NoCrypt/miku', title="Global Dataset Maker") as app:
|
|
199 |
with gr.Tab("Pitch analyzer"):
|
200 |
gr.Markdown("Upload a wav file here, and this will determine the average pitch.")
|
201 |
gr.HTML("<h1> Zip files are not supported as of now.")
|
|
|
202 |
with gr.Row():
|
203 |
with gr.Column(variant='compact'):
|
204 |
with gr.Row():
|
|
|
199 |
with gr.Tab("Pitch analyzer"):
|
200 |
gr.Markdown("Upload a wav file here, and this will determine the average pitch.")
|
201 |
gr.HTML("<h1> Zip files are not supported as of now.")
|
202 |
+
gr.HTML("<h1> TODO: Add error message if no audio file is provided. </h1>")
|
203 |
with gr.Row():
|
204 |
with gr.Column(variant='compact'):
|
205 |
with gr.Row():
|