yes2code commited on
Commit
cc8349d
·
1 Parent(s): 173a479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ import gradio as gr
7
  #iface.launch()
8
 
9
  #source .env/bin/activate
10
- pipenv install git+https://github.com/huggingface/transformers
 
11
  source ENV/bin/activate
12
  #python -m venv .env
13
  #pip install transformers
 
7
  #iface.launch()
8
 
9
  #source .env/bin/activate
10
+ #pipenv install git+https://github.com/huggingface/transformers
11
+ python -m pip install git+https://github.com/huggingface/transformers
12
  source ENV/bin/activate
13
  #python -m venv .env
14
  #pip install transformers