Challenge_Task / app.py
abdullah0101's picture
Add full application code and deps
3859913
raw
history blame contribute delete
137 Bytes
"""Entry‑point for Hugging Face Spaces (Gradio SDK)."""
from ui.demo import demo
demo.launch(server_name="0.0.0.0", server_port=7860)