Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ iface = gr.Interface(
|
|
| 237 |
gr.File(label="📦 Download TextGrid ZIP"),
|
| 238 |
gr.Textbox(label="✅ Status")
|
| 239 |
],
|
| 240 |
-
title="
|
| 241 |
description="Upload a properly formatted CSV file and receive one or more Praat TextGrid files in return. Files will be packed in a .zip for download.\n\n" + csv_format_instruction,
|
| 242 |
)
|
| 243 |
|
|
|
|
| 237 |
gr.File(label="📦 Download TextGrid ZIP"),
|
| 238 |
gr.Textbox(label="✅ Status")
|
| 239 |
],
|
| 240 |
+
title="CSV2Praat Auto Tool",
|
| 241 |
description="Upload a properly formatted CSV file and receive one or more Praat TextGrid files in return. Files will be packed in a .zip for download.\n\n" + csv_format_instruction,
|
| 242 |
)
|
| 243 |
|