ash-171 commited on
Commit
bf21f24
·
verified ·
1 Parent(s): 00b1ad2

Update src/app/main_agent.py

Browse files
Files changed (1) hide show
  1. src/app/main_agent.py +1 -0
src/app/main_agent.py CHANGED
@@ -55,6 +55,7 @@ from langgraph.graph import MessageGraph
55
  import re
56
  import torch
57
  from transformers import pipeline
 
58
 
59
  # Load the Gemma 3 model pipeline once
60
  gemma_pipeline = pipeline(
 
55
  import re
56
  import torch
57
  from transformers import pipeline
58
+ import os
59
 
60
  # Load the Gemma 3 model pipeline once
61
  gemma_pipeline = pipeline(