Facelook commited on
Commit
7c9b31e
·
1 Parent(s): bcc6dcf

Trial and error.

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -231,8 +231,6 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
231
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
232
  print(agent_code)
233
 
234
- return
235
-
236
  # 2. Fetch Questions
237
  print(f"Fetching questions from: {questions_url}")
238
  try:
 
231
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
232
  print(agent_code)
233
 
 
 
234
  # 2. Fetch Questions
235
  print(f"Fetching questions from: {questions_url}")
236
  try: