yes2code commited on
Commit
eda9eb8
·
1 Parent(s): 2ce656d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ import gradio as gr
6
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  #iface.launch()
8
 
9
- python3 -m pip install transformers
 
10
  #pip install transformers
11
  #pip install -U git+https://github.com/huggingface/transformers.git
12
  #! pip install -U git+https://github.com/huggingface/accelerate.git
 
6
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  #iface.launch()
8
 
9
+ python -m venv .env
10
+ pip install transformers
11
  #pip install transformers
12
  #pip install -U git+https://github.com/huggingface/transformers.git
13
  #! pip install -U git+https://github.com/huggingface/accelerate.git