Spaces:
Paused
Paused
Commit
Β·
0c8c715
1
Parent(s):
df433a3
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def gptresponse(message, history):
|
|
36 |
|
37 |
return response["choices"][0]["message"]["content"]
|
38 |
|
39 |
-
title = "π Chat with Pigeon"
|
40 |
|
41 |
description = \
|
42 |
"""
|
@@ -72,4 +72,4 @@ examples=[
|
|
72 |
|
73 |
|
74 |
|
75 |
-
gr.ChatInterface(gptresponse, title=title, description=description, examples=examples).launch()
|
|
|
36 |
|
37 |
return response["choices"][0]["message"]["content"]
|
38 |
|
39 |
+
title = "π Chat with Pigeon 2.1"
|
40 |
|
41 |
description = \
|
42 |
"""
|
|
|
72 |
|
73 |
|
74 |
|
75 |
+
gr.ChatInterface(gptresponse, title=title, description=description, examples=examples).launch(share=False, debug=False, show_error=False, show_api=False)
|