Spaces:
Runtime error
Runtime error
| """Hugging Face Spaces entrypoint for the CoRGI Qwen3-VL demo.""" | |
| from corgi.gradio_app import build_demo | |
| demo = build_demo() | |
| demo.queue(concurrency_count=1) | |
| if __name__ == "__main__": | |
| demo.launch() | |