Update app.py
Browse files
app.py
CHANGED
|
@@ -258,6 +258,9 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
| 258 |
gr.HTML(
|
| 259 |
"<h2> This Space's storage is ephemeral, meaning once you reload this space, all audio files will be lost. </h2>"
|
| 260 |
)
|
|
|
|
|
|
|
|
|
|
| 261 |
with gr.Tabs():
|
| 262 |
with gr.TabItem("Download Video"):
|
| 263 |
with gr.Row():
|
|
|
|
| 258 |
gr.HTML(
|
| 259 |
"<h2> This Space's storage is ephemeral, meaning once you reload this space, all audio files will be lost. </h2>"
|
| 260 |
)
|
| 261 |
+
gr.HTML(
|
| 262 |
+
"<h3> Colab version in development, this text will be updated when it's fully ready. </h3>"
|
| 263 |
+
)
|
| 264 |
with gr.Tabs():
|
| 265 |
with gr.TabItem("Download Video"):
|
| 266 |
with gr.Row():
|