KeerthiVM commited on
Commit
6767df2
·
1 Parent(s): 4d779a2
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -92,6 +92,8 @@ with gr.Blocks(title="Multilingual Translation Chatbot", theme="soft") as demo:
92
  outputs=[input_text, src_lang, tgt_lang, output_text]
93
  )
94
 
 
 
95
  # Launch the interface
96
  if __name__ == "__main__":
97
  demo.launch(share=True)
 
92
  outputs=[input_text, src_lang, tgt_lang, output_text]
93
  )
94
 
95
+ print("hellow")
96
+
97
  # Launch the interface
98
  if __name__ == "__main__":
99
  demo.launch(share=True)