JanuaryDesk's picture
add hugging face specific files
bb198c7
raw
history blame
155 Bytes
import gradio as gr
from cmo_db_inspector import App
from pathlib import Path
cmo_db_root = Path("DB")
app = App(cmo_db_root).create()
app.demo.launch()