File size: 172 Bytes
3729bc2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import sys
sys.path.insert(0, ".")

from memorybridge.ui.gradio_app import build_app, _CSS

app = build_app()
app.launch(server_name="0.0.0.0", server_port=7860, css=_CSS)