Sarath0x8f commited on
Commit
67e027e
·
verified ·
1 Parent(s): da94819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import gradio as gr
2
  import markdown as md
3
  import yaml
4
- from Agents.ContentGeneratorAgent import run_crew_cga, set_model, llm_models
5
- from Agents.GameBuilderAgent import run_crew_game
6
- from Agents.MarketingPostGeneratorAgent import run_crew_mpga
7
- from Agents.TripPlannerAgent import run_crew_tp
8
- from Agents.AIAgentDevAgent import run_crew_aida # Import the AI Agent Dev Agent crew function
9
  import base64
10
 
11
  def toggle_serper_input(choice):
 
1
  import gradio as gr
2
  import markdown as md
3
  import yaml
4
+ from ContentGeneratorAgent import run_crew_cga, set_model, llm_models
5
+ from GameBuilderAgent import run_crew_game
6
+ from MarketingPostGeneratorAgent import run_crew_mpga
7
+ from TripPlannerAgent import run_crew_tp
8
+ from AIAgentDevAgent import run_crew_aida # Import the AI Agent Dev Agent crew function
9
  import base64
10
 
11
  def toggle_serper_input(choice):