awellis's picture
Fix HuggingFace Spaces deployment and add GPT-5 support
344ba50
raw
history blame contribute delete
190 Bytes
"""Main application entry point for Hugging Face Spaces deployment."""
# Use the unified version with mode toggle
from app_unified import demo
if __name__ == "__main__":
demo.launch()