lhoestq HF staff commited on
Commit
b6bfc08
1 Parent(s): c18e0d0

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -56,7 +56,7 @@ def stream_more_output(query: str):
56
  yield from stream_output(query=query, continue_content=continue_content)
57
 
58
 
59
- title = "LLM DataGen"
60
  description = (
61
  f"Generate and stream synthetic dataset files in `{{JSON Lines}}` format (currently using [{model_id}](https://huggingface.co/{model_id}))\n\n"
62
  "Disclaimer: LLM data generation is an area of active research with known problems such as biased generation and incorrect information."
 
56
  yield from stream_output(query=query, continue_content=continue_content)
57
 
58
 
59
+ title = "🎰 Fake Data Generator (JSONL)"
60
  description = (
61
  f"Generate and stream synthetic dataset files in `{{JSON Lines}}` format (currently using [{model_id}](https://huggingface.co/{model_id}))\n\n"
62
  "Disclaimer: LLM data generation is an area of active research with known problems such as biased generation and incorrect information."