Sborole commited on
Commit
ed05be0
·
verified ·
1 Parent(s): 5b63b35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -78,7 +78,16 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
78
  else:
79
  print("User not logged in.")
80
  return "Please Login to Hugging Face with the button.", None
81
- target_id = '4fc2f1ae-8625-45b5-ab34-ad4433bc21f8'
 
 
 
 
 
 
 
 
 
82
 
83
  # Filter the dataset to include ONLY the target task ID
84
  # This uses the 'filter' method available on Hugging Face datasets.
 
78
  else:
79
  print("User not logged in.")
80
  return "Please Login to Hugging Face with the button.", None
81
+ target_task_ids = [
82
+ '4fc2f1ae-8625-45b5-ab34-ad4433bc21f8',
83
+ '8e867cd7-cff9-4e6c-867a-ff5ddc2550be',
84
+ 'ec09fa32-d03f-4bf8-84b0-1f16922c3ae4',
85
+ '2d83110e-a098-4ebb-9987-066c06fa42d0',
86
+ '5cfb274c-0207-4aa7-9575-6ac0bd95d9b2',
87
+ '27d5d136-8563-469e-92bf-fd103c28b57c',
88
+ 'dc28cf18-6431-458b-83ef-64b3ce566c10',
89
+ '42576abe-0deb-4869-8c63-225c2d75a95a'
90
+ ]
91
 
92
  # Filter the dataset to include ONLY the target task ID
93
  # This uses the 'filter' method available on Hugging Face datasets.