LaunchLLM / app.py
Bmccloud22's picture
Deploy LaunchLLM - Production AI Training Platform
ec8f374 verified
raw
history blame
333 Bytes
"""
Hugging Face Spaces deployment entry point for AURA AI Training Lab
This file is automatically used by HF Spaces to launch the application.
"""
# Import and launch the main GUI
import financial_advisor_gui
# The demo.launch() call at the bottom of financial_advisor_gui.py
# will automatically run when this module is imported