arielleharris commited on
Commit
e64f8a2
·
verified ·
1 Parent(s): 76aee17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ This chatbot is based on the contents of https://www.gradio.app/guides/creating-
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
  def simple_respond(message,history):
10
- return f"I only say Hi, regardless of what the message that is passed in, like {message}"
11
 
12
 
13
  """
 
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
  def simple_respond(message,history):
10
+ return f"I only say Hi, regardless of what the message that is passed in, like {message}."
11
 
12
 
13
  """