ehristoforu commited on
Commit
0c8c715
Β·
1 Parent(s): df433a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)