File size: 201 Bytes
7b84343
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Hugging Face Spaces Entry Point
# This file launches the Gradio interface for the Party Planner app

from app_gradio import demo

# Launch the Gradio app
if __name__ == "__main__":
    demo.launch()