CtB-AI-img-gen / app.py
Andre
“Update”
e1d6915
raw
history blame
112 Bytes
# app.py
#IMPORT gradio_interface
from src.gradio_interface import demo
# Launch the Gradio app
demo.launch()