SigouBathily commited on
Commit
c51aab7
·
verified ·
1 Parent(s): 4670c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
  def simple_respond(message,history):
10
  return f"I only say Hi, regardless of what message that is passed in, like {message}"
11
 
 
12
  """
13
  For information on how to customize the ChatInterface, per use the gradio docs: https://www.gradio.app/docs/chatinterface
14
  """
 
9
  def simple_respond(message,history):
10
  return f"I only say Hi, regardless of what message that is passed in, like {message}"
11
 
12
+
13
  """
14
  For information on how to customize the ChatInterface, per use the gradio docs: https://www.gradio.app/docs/chatinterface
15
  """