Solshine commited on
Commit
625da99
1 Parent(s): 77ad276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ phi2 = pipeline(
22
  device_map="cpu"
23
  )
24
  # DSPy-based prompt generation
25
- from dspy.agents import Agent
26
  from dspy import spawn_processes
27
  from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
28
 
 
22
  device_map="cpu"
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