Spaces:
Runtime error
Runtime error
bofenghuang
commited on
Commit
•
a374b62
1
Parent(s):
8219057
up
Browse files- qa_browser.py +2 -1
qa_browser.py
CHANGED
@@ -443,6 +443,7 @@ if __name__ == "__main__":
|
|
443 |
# ) = load_pairwise_model_judgments(pairwise_model_judgment_file)
|
444 |
|
445 |
demo = build_demo()
|
446 |
-
demo.queue(concurrency_count=10, status_update_rate=10, api_open=False).launch(
|
|
|
447 |
server_name=args.host, server_port=args.port, share=args.share, max_threads=200
|
448 |
)
|
|
|
443 |
# ) = load_pairwise_model_judgments(pairwise_model_judgment_file)
|
444 |
|
445 |
demo = build_demo()
|
446 |
+
# demo.queue(concurrency_count=10, status_update_rate=10, api_open=False).launch(
|
447 |
+
demo.launch(
|
448 |
server_name=args.host, server_port=args.port, share=args.share, max_threads=200
|
449 |
)
|