Update app.py
Browse files
app.py
CHANGED
@@ -246,6 +246,9 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
246 |
gr.Markdown(
|
247 |
"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.**"
|
248 |
)
|
|
|
|
|
|
|
249 |
with gr.Tabs():
|
250 |
with gr.TabItem("Download Video"):
|
251 |
with gr.Row():
|
|
|
246 |
gr.Markdown(
|
247 |
"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.**"
|
248 |
)
|
249 |
+
gr.HTML(
|
250 |
+
"<h2> This Space's storage is ephemeral, meaning once you reload this space, all audio files will be lost. </h2>"
|
251 |
+
)
|
252 |
with gr.Tabs():
|
253 |
with gr.TabItem("Download Video"):
|
254 |
with gr.Row():
|