mrfakename commited on
Commit
1d58cd7
1 Parent(s): 146eb6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -20,15 +20,13 @@ DB_PATH = f"/data/{DB_NAME}" if os.path.isdir("/data") else DB_NAME
20
 
21
  AUDIO_DATASET_ID = "ttseval/tts-arena-new"
22
  CITATION_TEXT = None
23
- CITATION_TEXT = """
24
- @misc{tts-arena,
25
  title = {Text to Speech Arena},
26
  author = {mrfakename and Srivastav, Vaibhav and Pouget, Lucain},
27
  year = 2024,
28
  publisher = {Hugging Face},
29
  howpublished = "\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
30
- }
31
- """
32
 
33
  ####################################
34
  # Functions
 
20
 
21
  AUDIO_DATASET_ID = "ttseval/tts-arena-new"
22
  CITATION_TEXT = None
23
+ CITATION_TEXT = """@misc{tts-arena,
 
24
  title = {Text to Speech Arena},
25
  author = {mrfakename and Srivastav, Vaibhav and Pouget, Lucain},
26
  year = 2024,
27
  publisher = {Hugging Face},
28
  howpublished = "\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
29
+ }"""
 
30
 
31
  ####################################
32
  # Functions