jdesiree commited on
Commit
218ba58
·
1 Parent(s): d8b2b50
__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

  • SHA256: 82f13eda58525b2c23d9a424c908c4fada9197fa05288ba50819095f7e8bb4c6
  • Pointer size: 130 Bytes
  • Size of remote file: 52.4 kB