nouman66 commited on
Commit
38651ca
·
1 Parent(s): 56389f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  pip install streamlit transformers
2
 
3
  import streamlit as st
4
- from googletrans import Translator
5
 
6
  # Rest of your Streamlit app code here
7
 
 
1
  pip install streamlit transformers
2
 
3
  import streamlit as st
4
+ from transformers import pipeline
5
 
6
  # Rest of your Streamlit app code here
7