Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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="awacke1/ChatbotMemory.csv")
|
| 18 |
# The one to watch: https://huggingface.co/rungalileo
|
| 19 |
# rungalileo/medical_transcription_40
|
| 20 |
|