hzaustingg's picture
Prepare Hugging Face Space deployment
cd54ab4
Raw
History Blame Contribute Delete
112 Bytes
from scripts.demo_gradio import build_demo
demo = build_demo()
if __name__ == "__main__":
demo.launch()