clr commited on
Commit
896c819
·
1 Parent(s): aaec87b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,9 +67,9 @@ with bl:
67
  gr.Markdown(
68
  """
69
  # Demo under construction
70
- ## 1. Choose a language to load
71
- ## 2. See a small sample of the selected corpus
72
- ## 3. Click the button below to view time-aligned prosody information for a random example
73
  """ )
74
  with gr.Row():
75
  lloadr = gr.Dropdown(["Faroese", "Icelandic"], label="Language")#, info="Loading the dataset takes some time")
 
67
  gr.Markdown(
68
  """
69
  # Demo under construction
70
+ ### 1. Choose a language to load
71
+ ### 2. See a small sample of the selected corpus
72
+ ### 3. Click the button below to view time-aligned prosody information for a random example
73
  """ )
74
  with gr.Row():
75
  lloadr = gr.Dropdown(["Faroese", "Icelandic"], label="Language")#, info="Loading the dataset takes some time")