notebot / app.py
slangenbach's picture
Add NoteBot
51de724
raw
history blame
139 Bytes
"""Main entrypoint for NoteBot on HuggingFace spaces."""
from notebot.app import app
if __name__ == "__main__":
app(run_local=False)