Loic Steve Fohoue commited on
Commit
fb1e6e8
·
1 Parent(s): ab298e9

second commit to fix the runtime error due the HF token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,6 +30,6 @@ try:
30
  description="This is a simple agent that uses MCP tools to answer questions.",
31
  )
32
 
33
- demo.launch(share=True)
34
  finally:
35
  mcp_client.disconnect()
 
30
  description="This is a simple agent that uses MCP tools to answer questions.",
31
  )
32
 
33
+ demo.launch()
34
  finally:
35
  mcp_client.disconnect()