alex-mindspace commited on
Commit
34e351f
·
1 Parent(s): 207f427

Update gradio_app/interface.py

Browse files
Files changed (1) hide show
  1. gradio_app/interface.py +2 -1
gradio_app/interface.py CHANGED
@@ -19,7 +19,8 @@ def display_logs():
19
  def display_output():
20
  return read_swarm_output()
21
 
22
- def swarm_interface(swarm_role, swarm_global_goal, swarm_goals, n_managers, n_analysts, n_googlers):
 
23
  global SWARM_IS_RUNNING, SWARM_THREAD
24
  # please, don't judge me for this hardcoding. it's 3am and it's the first time i use gradio =)))
25
  # Call the necessary set_ functions with the user inputs
 
19
  def display_output():
20
  return read_swarm_output()
21
 
22
+ def swarm_interface():
23
+ # def swarm_interface(swarm_role, swarm_global_goal, swarm_goals, n_managers, n_analysts, n_googlers):
24
  global SWARM_IS_RUNNING, SWARM_THREAD
25
  # please, don't judge me for this hardcoding. it's 3am and it's the first time i use gradio =)))
26
  # Call the necessary set_ functions with the user inputs