freud-sensei commited on
Commit
a27bb4a
·
verified ·
1 Parent(s): 1bc9a42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def counsel_chat(message, history):
2
  pipeline_model = pipeline("text-generation", model="freud-sensei/counsel_chatbot")
3
  sentence = f"질문: {input} 답변:"
 
1
+ import gradio as gr
2
+
3
  def counsel_chat(message, history):
4
  pipeline_model = pipeline("text-generation", model="freud-sensei/counsel_chatbot")
5
  sentence = f"질문: {input} 답변:"