Duplicated fromย argilla/synthetic-data-generator
6521775 44fc64a cfcacb3 6521775 cfcacb3
1
2
3
4
5
6
7
8
9
10
import os from distilabel_dataset_generator.app import demo os.environ["API_KEY"] = "hf_..." os.environ["API_KEY"] = "hf_..." if __name__ == "__main__": demo.launch()