rcventura108000's picture
feat: add Gradio app launch command to enable web interface
130d6de
raw
history blame contribute delete
80 Bytes
from src.core.tutor import main as main_func
demo = main_func()
demo.launch()