Spaces:
Runtime error
Runtime error
better description
Browse files
app.py
CHANGED
|
@@ -94,8 +94,11 @@ a parquet file. Please have a look to the Parquet example for more details.
|
|
| 94 |
PARQUET_DEMO_EXPLANATION = """
|
| 95 |
## Use case:
|
| 96 |
|
| 97 |
-
Save any arbitrary dataset
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
- Generate multiple images and select preferred one.
|
| 101 |
- Take audio as input, generate a translated audio as output.
|
|
|
|
| 94 |
PARQUET_DEMO_EXPLANATION = """
|
| 95 |
## Use case:
|
| 96 |
|
| 97 |
+
Save any arbitrary dataset, no matter its size or format. If well configured, your dataset will be directly loadable with the `datasets` library
|
| 98 |
+
and benefit from the dataset-preview on the Hub.
|
| 99 |
+
|
| 100 |
+
Each row can contain metadata (text, numbers, datetimes,...) as well as binary data (images, audio, video,...).
|
| 101 |
+
This is particularly useful for datasets with multiple binary files for each row:
|
| 102 |
|
| 103 |
- Generate multiple images and select preferred one.
|
| 104 |
- Take audio as input, generate a translated audio as output.
|