frimelle HF Staff commited on
Commit
492d2a0
·
1 Parent(s): 91b2732
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -63,6 +63,8 @@ def respond(message, history):
63
  log_chat(session_id, message, response)
64
  return response
65
 
 
 
66
  # ----- Gradio App -----
67
  gr.ChatInterface(
68
  fn=respond,
 
63
  log_chat(session_id, message, response)
64
  return response
65
 
66
+ load_model()
67
+
68
  # ----- Gradio App -----
69
  gr.ChatInterface(
70
  fn=respond,