teticio commited on
Commit
02d6de5
1 Parent(s): d1cf2b0

update repo

Browse files
Files changed (1) hide show
  1. notebooks/gradio_app.ipynb +2 -2
notebooks/gradio_app.ipynb CHANGED
@@ -18,8 +18,8 @@
18
  "try:\n",
19
  " # are we running on Google Colab?\n",
20
  " import google.colab\n",
21
- " !git clone -q https://github.com/teticio/audio-diffusion.git\n",
22
- " %cd audio-diffusion\n",
23
  " !pip install -q -r requirements.txt\n",
24
  "except:\n",
25
  " pass"
 
18
  "try:\n",
19
  " # are we running on Google Colab?\n",
20
  " import google.colab\n",
21
+ " !git clone -q https://github.com/teticio/inBERTolate.git\n",
22
+ " %cd inBERTolate\n",
23
  " !pip install -q -r requirements.txt\n",
24
  "except:\n",
25
  " pass"