TDAgent / app.py
pedrobento988's picture
Add project structure files (#3)
2710472 verified
raw
history blame contribute delete
82 Bytes
from tdagent.grchat import gr_app
if __name__ == "__main__":
gr_app.launch()