carlosh93 commited on
Commit
029b9e7
·
verified ·
1 Parent(s): 2166489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ metadata = load_metadata()
8
 
9
  demo = build_ui(concepts, metadata, HF_API_TOKEN, HF_DATASET_NAME)
10
  # demo.launch()
11
- demo.launch(debug=False, server_port=7861)
12
 
13
  demo.close()
14
  # gr.close_all()
 
8
 
9
  demo = build_ui(concepts, metadata, HF_API_TOKEN, HF_DATASET_NAME)
10
  # demo.launch()
11
+ demo.launch(debug=False)
12
 
13
  demo.close()
14
  # gr.close_all()