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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,8 +44,7 @@ interface = gr.Interface(
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
  )
51
 
 
44
  fn=voice_to_image,
45
  inputs=gr.Audio(type="filepath"),
46
  outputs="image",
47
+ title="Voice-to-Image Generator",
 
48
  description="Transcribe voice input into an image using Whisper, Groq LLM, and Stable Diffusion."
49
  )
50