myhloli commited on
Commit
05b2e55
·
verified ·
1 Parent(s): 2f77f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def main():
285
  outputs=[md, md_text, output_file, pdf_show], api_name=False)
286
  clear_bu.add([file, md, pdf_show, md_text, output_file, is_ocr])
287
 
288
- demo.launch(server_name='localhost', ssr_mode=True)
289
 
290
 
291
  if __name__ == '__main__':
 
285
  outputs=[md, md_text, output_file, pdf_show], api_name=False)
286
  clear_bu.add([file, md, pdf_show, md_text, output_file, is_ocr])
287
 
288
+ demo.launch(ssr_mode=True)
289
 
290
 
291
  if __name__ == '__main__':