dialog-emo-demo / app.py
Mike
fix: stats slider
883c8bd
raw
history blame contribute delete
168 Bytes
import gradio as gr
from dialog_emo_demo.ui import CSS, build_app
demo = build_app()
if __name__ == "__main__":
demo.launch(css=CSS, theme=gr.themes.Default())