Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ model, tokenizer = load_model()
|
|
114 |
print("Model loaded!")
|
115 |
|
116 |
# Create Gradio interface with chat
|
117 |
-
demo = gr.
|
118 |
fn=chat_response,
|
119 |
title="Admissions Agent Assistant",
|
120 |
description="Chat with an AI-powered admissions coordinator. The agent will maintain context of your conversation.",
|
|
|
114 |
print("Model loaded!")
|
115 |
|
116 |
# Create Gradio interface with chat
|
117 |
+
demo = gr.Interface(
|
118 |
fn=chat_response,
|
119 |
title="Admissions Agent Assistant",
|
120 |
description="Chat with an AI-powered admissions coordinator. The agent will maintain context of your conversation.",
|