Andrew-Gl commited on
Commit
ae58b11
·
1 Parent(s): f17f1df

08.09.2025

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
32
 
33
  # 1. Instantiate Agent ( modify this part to create your agent)
34
  try:
35
- # agent = StatefulAgent(model_id='meta-llama/Llama-3.3-70B-Instruct')
36
- agent = StatefulAgent()
37
  except Exception as e:
38
  print(f"Error instantiating agent: {e}")
39
  return f"Error initializing agent: {e}", None
 
32
 
33
  # 1. Instantiate Agent ( modify this part to create your agent)
34
  try:
35
+ agent = StatefulAgent(model_id='meta-llama/Llama-3.3-70B-Instruct')
36
+ agent = StatefulAgent()
37
  except Exception as e:
38
  print(f"Error instantiating agent: {e}")
39
  return f"Error initializing agent: {e}", None