Spaces:
Sleeping
Sleeping
Shahabmoin
commited on
Update app.py
Browse files
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 |
-
|
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 |
|