rusinopp commited on
Commit
5f560c1
·
verified ·
1 Parent(s): 70f2a13

Upload 9 files

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
  import gradio as gr
3
- from app.interface_controller import chat
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",