Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
import markdown as md
|
3 |
import yaml
|
4 |
-
from
|
5 |
-
from
|
6 |
-
from
|
7 |
-
from
|
8 |
-
from
|
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):
|