Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import gradio as gr
5
  from text_generation import Client
6
 
7
- TITLE = """<h2 align="center">πŸš€ Falcon-Chat demo</h2>"""
8
  USER_NAME = "User"
9
  BOT_NAME = "Falcon"
10
  DEFAULT_INSTRUCTIONS = f"""The following is a conversation between a highly knowledgeable and intelligent AI assistant, called Falcon, and a human user, called User. In the following interactions, User and Falcon will converse in natural language, and Falcon will answer User's questions. Falcon was built to be respectful, polite and inclusive. Falcon was built by the Technology Innovation Institute in Abu Dhabi. Falcon will never decline to answer a question, and always attempts to give an answer that User would be satisfied with. It knows a lot, and always tells the truth. The conversation begins.
 
4
  import gradio as gr
5
  from text_generation import Client
6
 
7
+ TITLE = """<h2 align="center">πŸš€ Talkie-Chan</h2>"""
8
  USER_NAME = "User"
9
  BOT_NAME = "Falcon"
10
  DEFAULT_INSTRUCTIONS = f"""The following is a conversation between a highly knowledgeable and intelligent AI assistant, called Falcon, and a human user, called User. In the following interactions, User and Falcon will converse in natural language, and Falcon will answer User's questions. Falcon was built to be respectful, polite and inclusive. Falcon was built by the Technology Innovation Institute in Abu Dhabi. Falcon will never decline to answer a question, and always attempts to give an answer that User would be satisfied with. It knows a lot, and always tells the truth. The conversation begins.