Spaces:
Running
Running
Update src/app/main_agent.py
Browse files- 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(
|