zoya23 commited on
Commit
3d3bf92
·
verified ·
1 Parent(s): 767e5a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
  from transformers import pipeline
3
 
4
  # Load translation pipeline (placeholder - you can load your fine-tuned model here)
 
1
  import streamlit as st
2
+ import transformers
3
  from transformers import pipeline
4
 
5
  # Load translation pipeline (placeholder - you can load your fine-tuned model here)