Trial and error.
Browse files
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:
|