zuhair96 commited on
Commit
3d23b84
1 Parent(s): 0db4526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,4 +85,4 @@ demo = gr.Interface(
85
  description='This translation is model able to translate malay, english, manglish to a target language. It is also able to maintain the text structure as it is and only translate necessary texts, eg, programming code.'
86
  )
87
 
88
- demo.launch(server_name='0.0.0.0',share=True)
 
85
  description='This translation is model able to translate malay, english, manglish to a target language. It is also able to maintain the text structure as it is and only translate necessary texts, eg, programming code.'
86
  )
87
 
88
+ demo.launch(server_name='0.0.0.0')