Spaces:
Running on Zero
Running on Zero
File size: 143 Bytes
bc02199 | 1 2 3 4 5 6 7 8 9 10 11 | """Objectverse Diary app entrypoint."""
from src.ui.layout import build_app
app = build_app()
if __name__ == "__main__":
app.launch()
|