Spaces:
Running
Running
update repo
Browse files
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/
|
22 |
-
" %cd
|
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"
|