carlosh93 commited on
Commit
8d31100
·
1 Parent(s): ed8368e

removing port conflict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ metadata = load_metadata()
18
 
19
  demo = build_ui(concepts, metadata, HF_API_TOKEN, HF_DATASET_NAME)
20
  # demo.launch()
21
- demo.launch(debug=False, server_port=7861)
22
 
23
  demo.close()
24
  # gr.close_all()
 
18
 
19
  demo = build_ui(concepts, metadata, HF_API_TOKEN, HF_DATASET_NAME)
20
  # demo.launch()
21
+ demo.launch(debug=False)
22
 
23
  demo.close()
24
  # gr.close_all()