Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ This chatbot is based on the contents of https://www.gradio.app/guides/creating-
|
|
| 9 |
"""
|
| 10 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 11 |
def simple_respond(message,history):
|
| 12 |
-
return f
|
| 13 |
|
| 14 |
"""
|
| 15 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
|
| 9 |
"""
|
| 10 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 11 |
def simple_respond(message,history):
|
| 12 |
+
return f"I always respond with 'Hi,' regardless of the message that is passed to me, like {message}"
|
| 13 |
|
| 14 |
"""
|
| 15 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|