Shahabmoin commited on
Commit
8fe4bdf
·
verified ·
1 Parent(s): adef3c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ interface = gr.Interface(
44
  fn=voice_to_image,
45
  inputs=gr.Audio(type="filepath"),
46
  outputs="image",
 
47
  title="Real-Time Voice-to-Image Generator",
48
  description="Transcribe voice input into an image using Whisper, Groq LLM, and Stable Diffusion."
49
  )
 
44
  fn=voice_to_image,
45
  inputs=gr.Audio(type="filepath"),
46
  outputs="image",
47
+ live=True,
48
  title="Real-Time Voice-to-Image Generator",
49
  description="Transcribe voice input into an image using Whisper, Groq LLM, and Stable Diffusion."
50
  )