DesignGenie / app.py
naderasadi's picture
Initial commit
9cc032a
raw
history blame contribute delete
126 Bytes
from src.designgenie.interfaces import GradioApp
if __name__ == "__main__":
app = GradioApp()
app.interface.launch()