Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
import gradio.utils, os
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
-
os.environ["CREWAI_TRACING_ENABLED"] = false
|
| 9 |
|
| 10 |
from agents.crew import run_crew
|
| 11 |
from utils.utils import get_questions
|
|
|
|
| 5 |
import gradio.utils, os
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
+
os.environ["CREWAI_TRACING_ENABLED"] = "false"
|
| 9 |
|
| 10 |
from agents.crew import run_crew
|
| 11 |
from utils.utils import get_questions
|