RobertoBarrosoLuque commited on
Commit
07edd42
·
1 Parent(s): bf900e6

Share = Tarue

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -628,4 +628,4 @@ def create_claims_app():
628
  if __name__ == "__main__":
629
  print("Starting AI Claims Assistant Demo with Function Calling")
630
  demo = create_claims_app()
631
- demo.launch()
 
628
  if __name__ == "__main__":
629
  print("Starting AI Claims Assistant Demo with Function Calling")
630
  demo = create_claims_app()
631
+ demo.launch(share=True)