jlopez00's picture
Upload folder using huggingface_hub
1378843 verified
raw
history blame
313 Bytes
import gradio as gr
import os
import sys
import json
now_dir = os.getcwd()
def restart_applio():
if os.name != "nt":
os.system("clear")
else:
os.system("cls")
python = sys.executable
os.execl(python, python, *sys.argv)
from assets.i18n.i18n import I18nAuto
i18n = I18nAuto()