nouman66 commited on
Commit
56389f8
·
1 Parent(s): 5ed9577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- pip install streamlit googletrans==4.0.0-rc1
2
 
3
  import streamlit as st
4
  from googletrans import Translator
 
1
+ pip install streamlit transformers
2
 
3
  import streamlit as st
4
  from googletrans import Translator