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