Hev832 commited on
Commit
3b78187
·
verified ·
1 Parent(s): de35b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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
- # Note:
225
- If you use google colab make sure you follow this step
226
- `example:`<br>
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