skoneru commited on
Commit
7527b73
·
verified ·
1 Parent(s): f82cef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -120,9 +120,6 @@ def get_menu():
120
 
121
  def reply_bot(message, history):
122
  menu = get_menu()
123
-
124
- history = []
125
-
126
 
127
  client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
128
 
 
120
 
121
  def reply_bot(message, history):
122
  menu = get_menu()
 
 
 
123
 
124
  client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
125