Spaces:
Runtime error
Runtime error
File size: 149 Bytes
1ba4b70 | 1 2 3 4 5 6 7 | from tgi.tgi_app import SovereignWebInterface
if __name__ == "__main__":
ui = SovereignWebInterface()
app = ui.launch_ui()
app.launch()
|