GitHub Action
sync: deploy from GitHub
1fce89d
raw
history blame contribute delete
163 Bytes
# Entry point for HuggingFace Spaces
# Spaces expects app.py — this simply imports and runs gradio_app.py
from gradio_app import demo
demo.queue()
demo.launch()