CtB-AI-img-gen / app.py
Andre
Update
1b4b7ae
raw
history blame
208 Bytes
# app2.py
from gradio_interface import demo # Direct import
if __name__ == "__main__":
# Launch the Gradio app
demo.launch()
if __name__ == "__main__":
# Launch the Gradio app
demo.launch()