manasagangotri commited on
Commit
ca7f74e
·
verified ·
1 Parent(s): 7c099a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from rasa.core.agent import Agent
3
  import asyncio
4
 
5
  # Load trained Rasa model
6
- agent = Agent.load("models\20250212-134728-intractable-sport.tar.gz")
7
 
8
  async def chat_with_bot(message):
9
  response = await agent.handle_text(message)
 
3
  import asyncio
4
 
5
  # Load trained Rasa model
6
+ agent = Agent.load("models/20250212-134728-intractable-sport.tar.gz")
7
 
8
  async def chat_with_bot(message):
9
  response = await agent.handle_text(message)