Akjava commited on
Commit
a66261e
·
verified ·
1 Parent(s): 95cd28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ def respond(
81
  Returns:
82
  str: The response to the message.
83
  """
84
-
 
85
  try:
86
  global llama
87
  if llama == None:
 
81
  Returns:
82
  str: The response to the message.
83
  """
84
+ if model == None:
85
+ return
86
  try:
87
  global llama
88
  if llama == None: