Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|