notsakeeb commited on
Commit
2ff087e
·
verified ·
1 Parent(s): 7ce1466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ builder.add_conditional_edges(
55
  )
56
  builder.add_edge("tools","assistant")
57
 
58
- gaia_agent = builder.compile(share=True)
59
 
60
  def run_and_submit_all(profile: gr.OAuthProfile | None):
61
  """
 
55
  )
56
  builder.add_edge("tools","assistant")
57
 
58
+ gaia_agent = builder.compile()
59
 
60
  def run_and_submit_all(profile: gr.OAuthProfile | None):
61
  """