TumrioAI / app.py
DeepActionPotential's picture
Upload folder using huggingface_hub
9a52777 verified
Raw
History Blame Contribute Delete
80 Bytes
from ui import interface
if __name__ == "__main__":
interface.launch()