Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- 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 = "
|
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."
|