radify / app.py
argha9177's picture
Deployement ready
d3503bd
raw
history blame contribute delete
88 Bytes
# app.py
import sys
sys.path.append("src")
from radify.main import demo
demo.launch()