renwei2024 commited on
Commit
f41a5f2
·
1 Parent(s): bc8a117

Add Submission results

Browse files

Also delete redundant comment and blank lines.

Files changed (2) hide show
  1. [email protected] +0 -0
  2. app.py +0 -4
[email protected] ADDED
app.py CHANGED
@@ -128,10 +128,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
128
  questions_url = f"{api_url}/questions"
129
  submit_url = f"{api_url}/submit"
130
 
131
- # 0. Create the model
132
-
133
-
134
-
135
  # 1. Instantiate Agent ( modify this part to create your agent)
136
  try:
137
  agent = GaiaAgent()
 
128
  questions_url = f"{api_url}/questions"
129
  submit_url = f"{api_url}/submit"
130
 
 
 
 
 
131
  # 1. Instantiate Agent ( modify this part to create your agent)
132
  try:
133
  agent = GaiaAgent()