AI-SmartShopper / app.py
zayeem00's picture
Rename main.py to app.py
1a20651 verified
raw
history blame contribute delete
132 Bytes
# app.py
from interface import build_interface
if __name__ == "__main__":
interface = build_interface()
interface.launch()