Chryslerx10 commited on
Commit
9ff6b57
Β·
verified Β·
1 Parent(s): fd1b68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,7 +106,7 @@ if __name__ == "__main__":
106
  # "ChestXRayReportGeneratorTool",
107
  # "XRayVQATool",
108
  # "LlavaMedTool",
109
- "XRayPhraseGroundingTool",
110
  # "ChestXRayGeneratorTool",
111
  ]
112
 
@@ -131,4 +131,4 @@ if __name__ == "__main__":
131
  )
132
  demo = create_demo(agent, tools_dict)
133
 
134
- demo.launch(server_port=8585, share=True, debug=True, ssr_mode=False)
 
106
  # "ChestXRayReportGeneratorTool",
107
  # "XRayVQATool",
108
  # "LlavaMedTool",
109
+ # "XRayPhraseGroundingTool",
110
  # "ChestXRayGeneratorTool",
111
  ]
112
 
 
131
  )
132
  demo = create_demo(agent, tools_dict)
133
 
134
+ demo.launch()