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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def voice_to_image(audio):
43
  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
  )
 
43
  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
  )