Chinez-dev commited on
Commit
e8bcbd5
·
verified ·
1 Parent(s): 6c7dbf1

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -0
agent.py CHANGED
@@ -201,3 +201,5 @@ agent = CodeAgent(
201
  description="A tool that simulates the roles of a medical doctor and a nurse in gathering symptoms, diagnosing, and providing recommendations",
202
  prompt_templates=prompt_templates
203
  )
 
 
 
201
  description="A tool that simulates the roles of a medical doctor and a nurse in gathering symptoms, diagnosing, and providing recommendations",
202
  prompt_templates=prompt_templates
203
  )
204
+
205
+ GradioUI(agent).launch()