Spaces:
Sleeping
Sleeping
File size: 124 Bytes
cd221f8 |
1 2 3 4 5 6 |
from app.ui.ui_spaces import build as build_space
if __name__ == "__main__":
app = build_space()
app.launch()
|