File size: 234 Bytes
133ccd4
 
 
96007f4
133ccd4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"