Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from IPython.utils import capture
|
|
| 7 |
from subprocess import getoutput
|
| 8 |
from urllib.parse import unquote
|
| 9 |
#from google.colab.output import eval_js
|
| 10 |
-
os.environ["colab_url"] = eval_js("google.colab.kernel.proxyPort(7860, {'cache': false})")
|
| 11 |
# Store the current working directory
|
| 12 |
current_path = os.getcwd()
|
| 13 |
|
|
|
|
| 7 |
from subprocess import getoutput
|
| 8 |
from urllib.parse import unquote
|
| 9 |
#from google.colab.output import eval_js
|
| 10 |
+
#os.environ["colab_url"] = eval_js("google.colab.kernel.proxyPort(7860, {'cache': false})")
|
| 11 |
# Store the current working directory
|
| 12 |
current_path = os.getcwd()
|
| 13 |
|