Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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} 답변:"
|