SreekarB commited on
Commit
07f29bc
Β·
verified Β·
1 Parent(s): a453558

Update annotated_casl_app.py

Browse files
Files changed (1) hide show
  1. annotated_casl_app.py +2 -2
annotated_casl_app.py CHANGED
@@ -1762,7 +1762,7 @@ example_annotated = """Well[FILLER], um[FILLER], I was thinking about, you[SIMPL
1762
  # Create Gradio interface
1763
  with gr.Blocks(title="Speech Analysis", theme=gr.themes.Soft()) as demo:
1764
  gr.Markdown("""
1765
- # πŸ“‹ Speech Analysis Tool with Annotations
1766
 
1767
  This tool performs a two-step comprehensive speech analysis:
1768
  1. **Annotation**: Marks linguistic features in the transcript
@@ -1771,7 +1771,7 @@ with gr.Blocks(title="Speech Analysis", theme=gr.themes.Soft()) as demo:
1771
  Upload a transcript or paste text below to begin the analysis.
1772
  """)
1773
 
1774
- with gr.Tab("πŸ“ Full Analysis Pipeline"):
1775
  gr.Markdown("### Complete two-step analysis: annotation followed by comprehensive analysis")
1776
 
1777
  with gr.Row():
 
1762
  # Create Gradio interface
1763
  with gr.Blocks(title="Speech Analysis", theme=gr.themes.Soft()) as demo:
1764
  gr.Markdown("""
1765
+ # Speech Analysis Tool with Annotations
1766
 
1767
  This tool performs a two-step comprehensive speech analysis:
1768
  1. **Annotation**: Marks linguistic features in the transcript
 
1771
  Upload a transcript or paste text below to begin the analysis.
1772
  """)
1773
 
1774
+ with gr.Tab("Full Analysis Pipeline"):
1775
  gr.Markdown("### Complete two-step analysis: annotation followed by comprehensive analysis")
1776
 
1777
  with gr.Row():