Spaces:
Running
Running
removing port conflict
Browse files
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
|
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()
|