Zaid commited on
Commit
bf2e7bf
·
verified ·
1 Parent(s): 7621468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(css_paths="style.css", fill_height=True) as demo:
111
  def authenticate_token(token):
112
  try:
113
  login(token = token)
114
- load_model()
115
  chat_interface.render()
116
  return f"Authenticated successfully"
117
  except:
 
111
  def authenticate_token(token):
112
  try:
113
  login(token = token)
114
+ # load_model()
115
  chat_interface.render()
116
  return f"Authenticated successfully"
117
  except: