Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -220,11 +220,10 @@ with gr.Blocks() as demo:
|
|
220 |
with gr.TabItem("note"):
|
221 |
with gr.Row():
|
222 |
gr.Markdown(
|
223 |
-
"""
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
!unzip content/{audio_name}.zip content/{audio_name}/{audio_name}
|
228 |
"""
|
229 |
)
|
230 |
|
|
|
220 |
with gr.TabItem("note"):
|
221 |
with gr.Row():
|
222 |
gr.Markdown(
|
223 |
+
f"""
|
224 |
+
|
225 |
+
# colab version:
|
226 |
+
[click here](https://colab.research.google.com/drive/1b7CpTBpMtd26KgZ8IhpEAkR2ehU11Amp?usp=sharing)
|
|
|
227 |
"""
|
228 |
)
|
229 |
|