erikacardenas300 commited on
Commit
1045950
·
1 Parent(s): 0ed88f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@
2
 
3
  import os
4
  os.system('pip install transformers')
5
- os.system('pip install pytorch')
6
- import pytorch
7
 
8
  import streamlit as st
9
  from transformers import pipeline
 
2
 
3
  import os
4
  os.system('pip install transformers')
5
+ os.system('pip install torch')
6
+ import torch
7
 
8
  import streamlit as st
9
  from transformers import pipeline