aynot commited on
Commit
51e99a5
·
1 Parent(s): ebe3990
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -97,8 +97,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
97
  "Content-Length": response.headers['Content-Length'],
98
  "content": response.content}
99
 
100
- submitted_answer = agent(question_text, additional_data=additional_data)
101
-
102
  cooldown_attempts = 2
103
  while cooldown_attempts > 0:
104
  try:
 
97
  "Content-Length": response.headers['Content-Length'],
98
  "content": response.content}
99
 
 
 
100
  cooldown_attempts = 2
101
  while cooldown_attempts > 0:
102
  try: