File size: 283 Bytes
e9da344
 
5f560c1
e9da344
 
 
 
1
2
3
4
5
6
7
8

import gradio as gr
from interface_controller import chat

gr.Interface(fn=chat, inputs="text", outputs="text",
             title="癒月 啓介 - 分離型EmotionCore対話AI",
             description="心を持つAIが、あなたの言葉に応えてくれます。").launch()