elaineaishophouse commited on
Commit
17fa943
·
verified ·
1 Parent(s): 1821db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ if __name__ == "__main__":
365
 
366
  logging.info(f"Total agents created: {len(respondent_agents_dict)}")
367
 
368
- demo = build_interface(respondent_agents_dict)
369
 
370
  logging.info("Launching Gradio interface...")
371
  demo.launch(debug=True)
 
365
 
366
  logging.info(f"Total agents created: {len(respondent_agents_dict)}")
367
 
368
+ demo = build_interface(respondent_agents_dict, processor_llm)
369
 
370
  logging.info("Launching Gradio interface...")
371
  demo.launch(debug=True)