Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|