rm comments
Browse files
app.py
CHANGED
|
@@ -230,10 +230,5 @@ with gr.Blocks(title="Language Attrition: derive & model") as demo:
|
|
| 230 |
[plot_out, result_md])
|
| 231 |
heat_btn.click(corr_heatmap, [model_df_state, method], [heat_out, load_status])
|
| 232 |
|
| 233 |
-
gr.Markdown(
|
| 234 |
-
"---\n*Phase-2 markers (VOT, vowel space, rhythm) need forced alignment and "
|
| 235 |
-
"are not produced here. Numbers match the course pipeline exactly.*"
|
| 236 |
-
)
|
| 237 |
-
|
| 238 |
if __name__ == "__main__":
|
| 239 |
demo.queue(max_size=60, default_concurrency_limit=2).launch(share=True)
|
|
|
|
| 230 |
[plot_out, result_md])
|
| 231 |
heat_btn.click(corr_heatmap, [model_df_state, method], [heat_out, load_status])
|
| 232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
if __name__ == "__main__":
|
| 234 |
demo.queue(max_size=60, default_concurrency_limit=2).launch(share=True)
|