nxmwxm commited on
Commit
f7f73d5
1 Parent(s): 308c527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
1
+ !pip install torch
2
+ import torch
3
  import streamlit as st
4
  from transformers import pipeline
5