Cyprien
Model and revision pickers, test-set evaluation tab, app/ package
759bf41
Raw
History Blame Contribute Delete
144 Bytes
from app.ui import CMD_ENTER_JS, build
if __name__ == "__main__":
build().launch(server_name="0.0.0.0", server_port=7860, js=CMD_ENTER_JS)