mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
raw
history blame contribute delete
154 Bytes
"""The main entry point for Jupyter Server."""
if __name__ == "__main__":
from jupyter_server import serverapp as app
app.launch_new_instance()