r3gm commited on
Commit
b81cf32
1 Parent(s): 7729c10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,9 +6,8 @@ import shutil
6
  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
- os.system('pip install Ipython')
12
  # Store the current working directory
13
  current_path = os.getcwd()
14
 
 
6
  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