Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
DEFAULT_SYSTEM_PROMPT = """\
|
5 |
You are Menthelp, a mental health chatbot. Please help the user with their concerns.\
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
import torch
|
4 |
|
5 |
DEFAULT_SYSTEM_PROMPT = """\
|
6 |
You are Menthelp, a mental health chatbot. Please help the user with their concerns.\
|