Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
slangenbach
/
notebot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
51de724
notebot
/
app.py
slangenbach
Add NoteBot
51de724
almost 2 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
"""Main entrypoint for NoteBot on HuggingFace spaces."""
from
notebot.app
import
app
if
__name__ ==
"__main__"
:
app(run_local=
False
)