Macropodus commited on
Commit
beff6fd
·
verified ·
1 Parent(s): cb10a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,6 +88,6 @@ if __name__ == '__main__':
88
  description="Copy or input error Chinese text. Submit and the machine will correct text.",
89
  article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
90
  examples=examples
91
- ).launch(server_name="0.0.0.0", server_port=8036, share=False, debug=True)
92
 
93
 
 
88
  description="Copy or input error Chinese text. Submit and the machine will correct text.",
89
  article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
90
  examples=examples
91
+ ).launch()
92
 
93