Spaces:
Sleeping
Sleeping
| 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()) | |
| 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()) | |