smf2010 commited on
Commit
b98b7df
1 Parent(s): 118ef23

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -43,4 +43,4 @@ def document_to_xml(document):
43
  return xml.read()
44
 
45
  if __name__ == '__main__':
46
- app.run(debug=True)
 
43
  return xml.read()
44
 
45
  if __name__ == '__main__':
46
+ app.run(port=7860,host='0.0.0.0')