supermy commited on
Commit
06001f6
1 Parent(s): c4e2725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -30,15 +30,12 @@ diffuser_pipeline = diffuser_pipeline.to(device)
30
 
31
  #————————————————————————————————————————————
32
  # GRADIO SETUP
33
- title = "Speech to Diffusion • Community Pipeline"
34
  description = """
35
- <p style='text-align: center;'>This demo can generate an image from an audio sample using pre-trained OpenAI whisper-small and Stable Diffusion.<br />
36
- Community examples consist of both inference and training examples that have been added by the community.<br />
37
- <a href='https://github.com/huggingface/diffusers/tree/main/examples/community#speech-to-image' target='_blank'> Click here for more information about community pipelines </a>
38
- </p>
39
  """
40
  article = """
41
- <p style='text-align: center;'>Community pipeline by Mikail Duzenli • Gradio demo by Sylvain Filoni & Ahsen Khaliq<p>
42
  """
43
  audio_input = gr.Audio(source="microphone", type="filepath")
44
  image_output = gr.Image()
 
30
 
31
  #————————————————————————————————————————————
32
  # GRADIO SETUP
33
+ title = "说出画面"
34
  description = """
35
+
 
 
 
36
  """
37
  article = """
38
+
39
  """
40
  audio_input = gr.Audio(source="microphone", type="filepath")
41
  image_output = gr.Image()