Harinipsp commited on
Commit
cf59149
1 Parent(s): 8aab343

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
  from googletrans import Translator
 
1
+ !pip install transformers
2
+ pip install googletrans==4.0.0-rc1
3
  import streamlit as st
4
  from transformers import pipeline
5
  from googletrans import Translator