Ayanami0730's picture
Update links
2f64f8a
raw
history blame contribute delete
302 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
DeepResearch Bench HF Space 入口文件
"""
from __future__ import annotations
from create_leaderboard import demo
if __name__ == "__main__":
demo.launch(
server_name="0.0.0.0",
share=False,
show_api=False,
)