fffiloni commited on
Commit
4fee78b
1 Parent(s): 16e1e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,10 +50,11 @@ gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="galler
50
  title="Whisper to Stable Diffusion"
51
  description="""
52
  <p style='text-align: center;'>
53
- This demo is running on CPU. Build by Sylvain <a href='https://twitter.com/fffiloni' target='_blank'>@fffiloni</a> • <img id='visitor-badge' alt='visitor badge' src='https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.whisper-to-stable-diffusion' style='display: inline-block' /><br />
54
  Record an audio description of an image, stop recording, then hit the Submit button to get 2 images from Stable Diffusion.<br />
55
  Your audio will be translated to English through OpenAI's Whisper, then sent as a prompt to Stable Diffusion.
56
  Try it in French ! ;)
 
57
  </p>
58
  """
59
 
 
50
  title="Whisper to Stable Diffusion"
51
  description="""
52
  <p style='text-align: center;'>
53
+ This demo is running on CPU. Offered by Sylvain <a href='https://twitter.com/fffiloni' target='_blank'>@fffiloni</a> • <img id='visitor-badge' alt='visitor badge' src='https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.whisper-to-stable-diffusion' style='display: inline-block' /><br />
54
  Record an audio description of an image, stop recording, then hit the Submit button to get 2 images from Stable Diffusion.<br />
55
  Your audio will be translated to English through OpenAI's Whisper, then sent as a prompt to Stable Diffusion.
56
  Try it in French ! ;)
57
+
58
  </p>
59
  """
60