Spaces:
Sleeping
Sleeping
debug
Browse files- __pycache__/agents.cpython-310.pyc +0 -0
- __pycache__/agents.cpython-311.pyc +0 -0
- __pycache__/app.cpython-310.pyc +0 -0
- __pycache__/app.cpython-311.pyc +0 -0
- __pycache__/gradio_analytics.cpython-310.pyc +0 -0
- __pycache__/gradio_analytics.cpython-311.pyc +0 -0
- __pycache__/gradio_chatbot.cpython-310.pyc +0 -0
- __pycache__/gradio_chatbot.cpython-311.pyc +0 -0
- __pycache__/graph_tool.cpython-310.pyc +0 -0
- __pycache__/graph_tool.cpython-311.pyc +0 -0
- __pycache__/prompt_library.cpython-310.pyc +0 -0
- __pycache__/prompt_library.cpython-311.pyc +0 -0
- __pycache__/state_manager.cpython-310.pyc +0 -0
- __pycache__/state_manager.cpython-311.pyc +0 -0
- agents.py +0 -2
- app.py +1 -0
- loading_animation.gif +0 -0
__pycache__/agents.cpython-310.pyc
ADDED
|
Binary file (26.2 kB). View file
|
|
|
__pycache__/agents.cpython-311.pyc
ADDED
|
Binary file (46.4 kB). View file
|
|
|
__pycache__/app.cpython-310.pyc
ADDED
|
Binary file (34.3 kB). View file
|
|
|
__pycache__/app.cpython-311.pyc
ADDED
|
Binary file (60.6 kB). View file
|
|
|
__pycache__/gradio_analytics.cpython-310.pyc
ADDED
|
Binary file (14.2 kB). View file
|
|
|
__pycache__/gradio_analytics.cpython-311.pyc
ADDED
|
Binary file (26.6 kB). View file
|
|
|
__pycache__/gradio_chatbot.cpython-310.pyc
ADDED
|
Binary file (3.52 kB). View file
|
|
|
__pycache__/gradio_chatbot.cpython-311.pyc
ADDED
|
Binary file (6.83 kB). View file
|
|
|
__pycache__/graph_tool.cpython-310.pyc
ADDED
|
Binary file (3.48 kB). View file
|
|
|
__pycache__/graph_tool.cpython-311.pyc
ADDED
|
Binary file (6.09 kB). View file
|
|
|
__pycache__/prompt_library.cpython-310.pyc
ADDED
|
Binary file (31.6 kB). View file
|
|
|
__pycache__/prompt_library.cpython-311.pyc
ADDED
|
Binary file (31.7 kB). View file
|
|
|
__pycache__/state_manager.cpython-310.pyc
ADDED
|
Binary file (23.9 kB). View file
|
|
|
__pycache__/state_manager.cpython-311.pyc
ADDED
|
Binary file (42.9 kB). View file
|
|
|
agents.py
CHANGED
|
@@ -190,7 +190,6 @@ class ToolDecisionAgent:
|
|
| 190 |
self.model_loaded = False
|
| 191 |
logger.info("ToolDecisionAgent initialized (lazy loading)")
|
| 192 |
|
| 193 |
-
@spaces.GPU(duration=50)
|
| 194 |
def _load_model(self):
|
| 195 |
"""Load Mistral model on first use"""
|
| 196 |
if self.model_loaded:
|
|
@@ -296,7 +295,6 @@ class PromptRoutingAgents:
|
|
| 296 |
self.model_loaded = False
|
| 297 |
logger.info("PromptRoutingAgents initialized (lazy loading)")
|
| 298 |
|
| 299 |
-
@spaces.GPU(duration=50)
|
| 300 |
def _load_model(self):
|
| 301 |
"""Load shared Mistral model on first use"""
|
| 302 |
if self.model_loaded:
|
|
|
|
| 190 |
self.model_loaded = False
|
| 191 |
logger.info("ToolDecisionAgent initialized (lazy loading)")
|
| 192 |
|
|
|
|
| 193 |
def _load_model(self):
|
| 194 |
"""Load Mistral model on first use"""
|
| 195 |
if self.model_loaded:
|
|
|
|
| 295 |
self.model_loaded = False
|
| 296 |
logger.info("PromptRoutingAgents initialized (lazy loading)")
|
| 297 |
|
|
|
|
| 298 |
def _load_model(self):
|
| 299 |
"""Load shared Mistral model on first use"""
|
| 300 |
if self.model_loaded:
|
app.py
CHANGED
|
@@ -1344,6 +1344,7 @@ if __name__ == "__main__":
|
|
| 1344 |
|
| 1345 |
interface.launch(
|
| 1346 |
server_name="0.0.0.0",
|
|
|
|
| 1347 |
share=False,
|
| 1348 |
debug=False,
|
| 1349 |
favicon_path="favicon.ico" if os.path.exists("favicon.ico") else None,
|
|
|
|
| 1344 |
|
| 1345 |
interface.launch(
|
| 1346 |
server_name="0.0.0.0",
|
| 1347 |
+
server_port=7820,
|
| 1348 |
share=False,
|
| 1349 |
debug=False,
|
| 1350 |
favicon_path="favicon.ico" if os.path.exists("favicon.ico") else None,
|
loading_animation.gif
CHANGED
|
|
Git LFS Details
|