Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ def invoke(openai_api_key, topic):
|
|
17 |
|
18 |
article = get_crew(LLM).kickoff(inputs={"topic": topic})
|
19 |
|
20 |
-
print("===")
|
21 |
-
print(article)
|
22 |
-
print("===")
|
23 |
|
24 |
return article
|
25 |
|
|
|
17 |
|
18 |
article = get_crew(LLM).kickoff(inputs={"topic": topic})
|
19 |
|
20 |
+
#print("===")
|
21 |
+
#print(article)
|
22 |
+
#print("===")
|
23 |
|
24 |
return article
|
25 |
|