twangodev commited on
Commit
68eeeb5
·
verified ·
1 Parent(s): 1df078a

fix: update project name from Codecomp to compare-codec in app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- """Codecomp — upload audio, pick codecs, hear reconstructions side by side."""
2
 
3
  from __future__ import annotations
4
 
@@ -57,9 +57,9 @@ def build_ui() -> gr.Blocks:
57
  all_choices = _codec_choices()
58
  max_codecs = len(all_choices)
59
 
60
- with gr.Blocks(title="Codecomp") as demo:
61
  gr.Markdown(
62
- "# Codecomp\n\n"
63
  "Upload audio, select one or more codec configurations, "
64
  "and listen to the reconstructions side by side."
65
  )
 
1
+ """compare-codec — upload audio, pick codecs, hear reconstructions side by side."""
2
 
3
  from __future__ import annotations
4
 
 
57
  all_choices = _codec_choices()
58
  max_codecs = len(all_choices)
59
 
60
+ with gr.Blocks(title="compare-codec") as demo:
61
  gr.Markdown(
62
+ "# compare-codec\n\n"
63
  "Upload audio, select one or more codec configurations, "
64
  "and listen to the reconstructions side by side."
65
  )