svjack commited on
Commit
9904b0e
Β·
verified Β·
1 Parent(s): 9563db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ conda create --name py310 python=3.10
9
  conda activate py310
10
  # Install ipykernel and add the environment to Jupyter
11
  pip install ipykernel
12
- python -m ipykernel install --user --name py310 --display-name "video"
13
  pip install -r requirements.txt
14
  python app.py
15
  '''
 
9
  conda activate py310
10
  # Install ipykernel and add the environment to Jupyter
11
  pip install ipykernel
12
+ python -m ipykernel install --user --name py310 --display-name "py310"
13
  pip install -r requirements.txt
14
  python app.py
15
  '''