Gleb Gleb commited on
Commit
009d6cf
·
1 Parent(s): b42f9b9

added launching

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,5 +21,4 @@ demo = gr.Interface(
21
  description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
22
  )
23
 
24
- if __name__ == "__main__":
25
- demo.launch()
 
21
  description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
22
  )
23
 
24
+ demo.launch()