mdkhalid commited on
Commit
e9c20fa
·
1 Parent(s): 03ba9f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ def CustomChatGPT(query):
20
  messages.append({"role": "assistant", "content": ChatGPT_reply})
21
  return ChatGPT_reply
22
 
23
- demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Personal Chat bot from Khalid powered by GPT 3.5 Turbo")
24
 
25
  demo.launch()
 
20
  messages.append({"role": "assistant", "content": ChatGPT_reply})
21
  return ChatGPT_reply
22
 
23
+ demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Multilingual Chat assistant")
24
 
25
  demo.launch()