Upload 9 files
Browse files
main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
import gradio as gr
|
3 |
-
from
|
4 |
|
5 |
gr.Interface(fn=chat, inputs="text", outputs="text",
|
6 |
title="癒月 啓介 - 分離型EmotionCore対話AI",
|
|
|
1 |
|
2 |
import gradio as gr
|
3 |
+
from interface_controller import chat
|
4 |
|
5 |
gr.Interface(fn=chat, inputs="text", outputs="text",
|
6 |
title="癒月 啓介 - 分離型EmotionCore対話AI",
|