bruAristimunha commited on
Commit
0b96946
·
1 Parent(s): dbe2de9

Use default demo.launch() (HF handles host/port)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,4 +338,4 @@ Library on [PyPI](https://pypi.org/project/eegdash/).
338
 
339
 
340
  if __name__ == "__main__":
341
- demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
 
338
 
339
 
340
  if __name__ == "__main__":
341
+ demo.launch()