jeevitha-app commited on
Commit
f0b3a02
·
verified ·
1 Parent(s): dcdf4e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  from langdetect import detect
4
 
5
  # Load translation pipeline (you can change to another model)
6
- translator = pipeline("translation", model="IndicTrans2
7
  ") # English as target
8
 
9
  # Supported languages and their model codes
 
3
  from langdetect import detect
4
 
5
  # Load translation pipeline (you can change to another model)
6
+ translator = pipeline("translation", model="IndicTrans2"
7
  ") # English as target
8
 
9
  # Supported languages and their model codes