harlequin-web / app.py
davidgasquez's picture
:art:
8504d4b
raw
history blame contribute delete
158 Bytes
from textual_serve.server import Server
server = Server("python -m textual", host="0.0.0.0", port=8080, public_url="https://huggingface.co/")
server.serve()