"""HuggingFace Spaces entrypoint for the Gradio app.""" from weatherpred.dashboard import demo if __name__ == "__main__": demo.launch(ssr_mode=False)