vvd2003 commited on
Commit
df79ab5
1 Parent(s): ee4f717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def main():
80
  article=article)
81
 
82
  # Launch the demo!
83
- demo.launch(server_name="127.0.0.1", server_port=1234, share=True)
84
 
85
  if __name__ == '__main__':
86
  main()
 
80
  article=article)
81
 
82
  # Launch the demo!
83
+ demo.launch(share=True)
84
 
85
  if __name__ == '__main__':
86
  main()