Spaces:
Build error
Build error
Update app.py
Browse files
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()
|
| 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)
|
| 369 |
|
| 370 |
logging.info("Launching Gradio interface...")
|
| 371 |
demo.launch(debug=True)
|