deeksonparlma
commited on
Commit
·
16d1ed5
1
Parent(s):
693de51
installs
Browse files
app.py
CHANGED
@@ -12,8 +12,7 @@
|
|
12 |
# Path: app.py
|
13 |
import gradio as gr
|
14 |
|
15 |
-
# install transformers and torch
|
16 |
-
python -m pip install transformers
|
17 |
|
18 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
19 |
|
|
|
12 |
# Path: app.py
|
13 |
import gradio as gr
|
14 |
|
15 |
+
# install transformers and torch in requirements.txt
|
|
|
16 |
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
18 |
|