saima730 commited on
Commit
059c296
·
verified ·
1 Parent(s): fd778e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
  from transformers import pipeline
3
 
4
  # Function to load the translation pipeline based on the target language
 
1
  import streamlit as st
2
+ pip install transformers && streamlit run app.py
3
+
4
  from transformers import pipeline
5
 
6
  # Function to load the translation pipeline based on the target language