File size: 106 Bytes
c079f49
 
 
 
 
1
2
3
4
5
6
# Hugging Face Spaces entry point
from gradio_app import app

if __name__ == "__main__":
    app.launch()