Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(theme='NoCrypt/miku', title="Global Dataset Maker") as app:
|
|
153 |
gr.Markdown(
|
154 |
"This Space will create a dataset for you, all automatically. **Please be warned that due to not having a GPU on this Space, some steps might take longer to complete.**"
|
155 |
)
|
156 |
-
gr.HTML("<h1> MP3 file support
|
157 |
with gr.Tabs():
|
158 |
with gr.TabItem("Download Video"):
|
159 |
with gr.Row():
|
|
|
153 |
gr.Markdown(
|
154 |
"This Space will create a dataset for you, all automatically. **Please be warned that due to not having a GPU on this Space, some steps might take longer to complete.**"
|
155 |
)
|
156 |
+
gr.HTML("<h1> MP3 file support works for downloading a video and splitting a single file. </h1>")
|
157 |
with gr.Tabs():
|
158 |
with gr.TabItem("Download Video"):
|
159 |
with gr.Row():
|