Spaces:
Runtime error
Runtime error
Commit
·
c98493c
1
Parent(s):
8f6044c
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ def predict(input, history=[]):
|
|
27 |
#print('response-->>'+str(response))
|
28 |
return response, history
|
29 |
|
30 |
-
description = "This is
|
31 |
-
title = "
|
32 |
examples = [["I feel anxious"]]
|
33 |
gr.Interface(fn=predict,
|
34 |
title=title,
|
|
|
27 |
#print('response-->>'+str(response))
|
28 |
return response, history
|
29 |
|
30 |
+
description = "This is a chatbot application based on the DialoGPT model of Microsoft domain focused on mental health. Type a Hi or Hello to get started with chatting."
|
31 |
+
title = "MentalChatGpt 🦚"
|
32 |
examples = [["I feel anxious"]]
|
33 |
gr.Interface(fn=predict,
|
34 |
title=title,
|