awacke1 commited on
Commit
d3b4e03
1 Parent(s): edf543f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ async def get_valid_datasets() -> Dict[str, List[str]]:
14
  async with httpx.AsyncClient() as session:
15
  response = await session.get(URL)
16
  datasets = response.json()["valid"]
17
- return gr.Dropdown.update(choices=datasets, value="glue")
18
  # The one to watch: https://huggingface.co/rungalileo
19
  # rungalileo/medical_transcription_40
20
 
 
14
  async with httpx.AsyncClient() as session:
15
  response = await session.get(URL)
16
  datasets = response.json()["valid"]
17
+ return gr.Dropdown.update(choices=datasets, value="kelm")
18
  # The one to watch: https://huggingface.co/rungalileo
19
  # rungalileo/medical_transcription_40
20