Thrishul3549x commited on
Commit
4121f9f
·
verified ·
1 Parent(s): a96121f

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 Telugu, Hindi, Tamil, and Marathi using Google Translator (via deep-translator)."
30
  )
31
 
32
- if _name_ == "_main_":
33
  demo.launch()
 
29
  description="Translate English text into Telugu, Hindi, Tamil, and Marathi using Google Translator (via deep-translator)."
30
  )
31
 
32
+ if __name__ == "__main__":
33
  demo.launch()