File size: 77 Bytes
20f1ed0
 
 
 
1
2
3
4
from app.gradio_app import demo

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