Zaid commited on
Commit
d6a1a38
·
verified ·
1 Parent(s): a636dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css_paths="style.css", fill_height=True) as demo:
116
  load_model()
117
  chat_interface.render()
118
  return f"Authenticated successfully"
119
- except HfHubHTTPError:
120
  return "Invalid token. Please try again."
121
 
122
  # Components
 
116
  load_model()
117
  chat_interface.render()
118
  return f"Authenticated successfully"
119
+ except:
120
  return "Invalid token. Please try again."
121
 
122
  # Components