LeafNet / app.py
DeepActionPotential's picture
🚀 Initial upload of my app
a4dd111 verified
raw
history blame contribute delete
97 Bytes
from ui import build_ui
if __name__ == "__main__":
demo = build_ui()
demo.launch()