asigalov61's picture
Update app.py
133ccd4
raw
history blame
234 Bytes
import argparse
import glob
import os.path
import gradio as gr
import numpy as np
import onnxruntime as rt
import tqdm
import json
from huggingface_hub import hf_hub_download
import TMIDIX
in_space = os.getenv("SYSTEM") == "spaces"