sanjeethnc commited on
Commit
587ecf8
·
1 Parent(s): 7ead5a4

update final1

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from transformers import pipeline
4
  # Initialize the translation pipeline with T5-base model
5
  translator = pipeline("translation", model="google-t5/t5-base")
6
 
 
7
 
8
  # Define available languages
9
  AVAILABLE_LANGUAGES = ["French", "German", "Romanian"]
 
4
  # Initialize the translation pipeline with T5-base model
5
  translator = pipeline("translation", model="google-t5/t5-base")
6
 
7
+ print('checking')
8
 
9
  # Define available languages
10
  AVAILABLE_LANGUAGES = ["French", "German", "Romanian"]