surveyor-0 / app.py
abby101's picture
Upload folder using huggingface_hub
239e68c verified
raw
history blame contribute delete
212 Bytes
import sys
import os
sys.stdout.reconfigure(line_buffering=True)
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from scripts.run_db_interface import launch
if __name__ == "__main__":
launch()