6551a95
1
2
3
4
5
6
7
8
9
from arena.ui.gradio_app import build_demo demo = build_demo() if __name__ == "__main__": demo.queue() demo.launch()