Solshine commited on
Commit
1b5413e
1 Parent(s): f3d3e2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ phi2 = pipeline(
23
  )
24
  # DSPy-based prompt generation
25
  # from dspy import Agent
26
- from dspy import spawn_processes
27
  from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
28
 
29
  def dspy_generate_agent_prompts(prompt):
 
23
  )
24
  # DSPy-based prompt generation
25
  # from dspy import Agent
26
+ # from dspy import spawn_processes
27
  from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
28
 
29
  def dspy_generate_agent_prompts(prompt):