Xubo-Liu commited on
Commit
95a9041
1 Parent(s): 1ed936e

Update ui_client.py

Browse files
Files changed (1) hide show
  1. ui_client.py +2 -2
ui_client.py CHANGED
@@ -384,10 +384,10 @@ with gr.Blocks(css=css) as interface:
384
  </div>
385
  """
386
  )
387
-
388
  gr.HTML(
389
  """
390
- <p>For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU (VRAM>16G) in settings.
 
391
  <br>
392
  <a href="https://huggingface.co/spaces/Audio-AGI/WavJourney?duplicate=true">
393
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
 
384
  </div>
385
  """
386
  )
 
387
  gr.HTML(
388
  """
389
+ <p>Due to the high user demand we are facing from our community, we will be offering free access to WavJourney for a few more days. You can also access WavJourney in this space later by providing your OPENAI_KEY.<p/>
390
+ <p>For faster inference without waiting in the queue, you can duplicate the space and upgrade to GPU (VRAM>16G) and provide OPENAI_KEY to access GPT-4 in settings.
391
  <br>
392
  <a href="https://huggingface.co/spaces/Audio-AGI/WavJourney?duplicate=true">
393
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>