Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
"""
|