Browse Source

Added my contributions to solve the 'NoneType' object has no attribute 'messenger' problem

pull/88/head
hushyangqing 4 months ago
parent
commit
05e62b481e
  1. 1
      week8/day5.ipynb

1
week8/day5.ipynb

@ -88,6 +88,7 @@
"outputs": [],
"source": [
"agent_framework = DealAgentFramework()\n",
"agent_framework.init_agents_as_needed()\n",
"\n",
"with gr.Blocks(title=\"The Price is Right\", fill_width=True) as ui:\n",
"\n",

Loading…
Cancel
Save