Wauplin HF staff commited on
Commit
24b90ae
·
1 Parent(s): d82e615

better description

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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. Each row can contain metadata (text, numbers, datetimes,...) as well as binary data
98
- (images, audio, video,...). This is particularly for datasets with multiple binary files for each row:
 
 
 
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.