File size: 354 Bytes
287ae46
 
 
 
 
9b94fdb
 
 
287ae46
 
1
2
3
4
5
6
7
8
9
10
11
# pip install synthetic-dataset-generator
import os

from synthetic_dataset_generator.app import demo

# Follow https://docs.argilla.io/latest/getting_started/quickstart/ to get your Argilla API key and URL
os.environ["ARGILLA_API_URL"] = "https://[your-owner-name]-[your_space_name].hf.space"
os.environ["ARGILLA_API_KEY"] = "my_api_key"

demo.launch()