Upload supervisor_agent.py
Browse files- supervisor_agent.py +1 -1
supervisor_agent.py
CHANGED
@@ -790,4 +790,4 @@ with gr.Blocks(title="Profile Analyzer App", theme=gr.themes.Soft(), css="""
|
|
790 |
|
791 |
# Launch the demo
|
792 |
if __name__ == "__main__":
|
793 |
-
demo.launch(share=
|
|
|
790 |
|
791 |
# Launch the demo
|
792 |
if __name__ == "__main__":
|
793 |
+
demo.launch(share=True, debug=True)
|