sbapan41 commited on
Commit
2c6ebf4
·
verified ·
1 Parent(s): d63bae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as generate_tab:
148
  STREAM_NOTE = ['⚠️ There is an unknown Gradio bug that might yield no audio the first time you click `Stream`.']
149
  if CHAR_LIMIT is not None:
150
  STREAM_NOTE.append(f'✂️ Each stream is capped at {CHAR_LIMIT} characters.')
151
- STREAM_NOTE.append('🚀 Want more characters? You can [use Qhash-TTS directly](https://huggingface.co/sbapan41/Qhash-TTS) or duplicate this space:')
152
  STREAM_NOTE = '\n\n'.join(STREAM_NOTE)
153
 
154
  with gr.Blocks() as stream_tab:
@@ -161,7 +161,7 @@ with gr.Blocks() as stream_tab:
161
  gr.DuplicateButton()
162
 
163
  BANNER_TEXT = '''
164
- [***Qhash-TTS*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/sbapan41/Qhash-TTS)
165
 
166
  This demo only showcases English, but you can directly use the model to access other languages.
167
  '''
 
148
  STREAM_NOTE = ['⚠️ There is an unknown Gradio bug that might yield no audio the first time you click `Stream`.']
149
  if CHAR_LIMIT is not None:
150
  STREAM_NOTE.append(f'✂️ Each stream is capped at {CHAR_LIMIT} characters.')
151
+ STREAM_NOTE.append('🚀 Want more characters? You can [use Qhash-TTS directly](https://huggingface.co/Quantamhash/Qhash-TTS) or duplicate this space:')
152
  STREAM_NOTE = '\n\n'.join(STREAM_NOTE)
153
 
154
  with gr.Blocks() as stream_tab:
 
161
  gr.DuplicateButton()
162
 
163
  BANNER_TEXT = '''
164
+ [***Qhash-TTS*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/Quantamhash/Qhash-TTS)
165
 
166
  This demo only showcases English, but you can directly use the model to access other languages.
167
  '''