avysotsky commited on
Commit
ced470b
1 Parent(s): 0ec7534

remove api keys

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def ask_question(question, history):
13
 
14
  demo = gr.Interface(fn=ask_question,
15
  title="Ask Lethain a question",
16
- description="Ask Lethain a question and get an answer. Under the hood is a GPT-3 model trained on Will Larson's blog posts.",
 
17
  inputs=["text", "state"],
18
  outputs=["chatbot", "state"],
19
  examples=[["What is the best way to manage a team?", []],
 
13
 
14
  demo = gr.Interface(fn=ask_question,
15
  title="Ask Lethain a question",
16
+ description="Ask Lethain a question and get an answer. "
17
+ "Under the hood is a GPT-3 model trained on Will Larson's blog posts.",
18
  inputs=["text", "state"],
19
  outputs=["chatbot", "state"],
20
  examples=[["What is the best way to manage a team?", []],