aimlresearch2023's picture
initial commit:
89c54bf
raw
history blame contribute delete
162 Bytes
"""Hugging Face Space entry: launch the Gradio app from `ui.py`."""
from ui import build_demo
demo = build_demo()
if __name__ == "__main__":
demo.launch()