WeatherPred / app.py
yyyc's picture
fist push the app
5194558
Raw
History Blame Contribute Delete
157 Bytes
"""HuggingFace Spaces entrypoint for the Gradio app."""
from weatherpred.dashboard import demo
if __name__ == "__main__":
demo.launch(ssr_mode=False)