Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ footer {display:none !important}
|
|
| 95 |
"""
|
| 96 |
|
| 97 |
# Initialize the InferenceClient for chatbot
|
| 98 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-
|
| 99 |
|
| 100 |
# Global variable to store chat history for the current session
|
| 101 |
current_chat_history = []
|
|
|
|
| 95 |
"""
|
| 96 |
|
| 97 |
# Initialize the InferenceClient for chatbot
|
| 98 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 99 |
|
| 100 |
# Global variable to store chat history for the current session
|
| 101 |
current_chat_history = []
|