Dharsh1316 commited on
Commit
6ae87a8
·
verified ·
1 Parent(s): e81f86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ demo = gr.Interface(
29
  description="Translate English text into Tamil, Hindi, Telugu, and French using Google Translator (via deep-translator)."
30
  )
31
 
32
- if _name_ == "_main_":
33
  demo.launch()
 
29
  description="Translate English text into Tamil, Hindi, Telugu, and French using Google Translator (via deep-translator)."
30
  )
31
 
32
+ if __name__ == "__main__":
33
  demo.launch()