hashirehtisham commited on
Commit
da41de0
·
verified ·
1 Parent(s): 59273e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-alpha")
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 = []