Cioni223 commited on
Commit
0ce1d80
·
verified ·
1 Parent(s): d19f985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.ChatInterface(
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.",