File size: 163 Bytes
1fce89d
 
 
 
 
 
1
2
3
4
5
6
# 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()