Spaces:
Sleeping
Sleeping
removed audio
Browse files
app.py
CHANGED
@@ -121,5 +121,5 @@ async def greet(product,description):
|
|
121 |
yield partial_message
|
122 |
|
123 |
audio = gr.Audio()
|
124 |
-
demo = gr.Interface(fn=greet, inputs=["text","text"],
|
125 |
demo.launch()
|
|
|
121 |
yield partial_message
|
122 |
|
123 |
audio = gr.Audio()
|
124 |
+
demo = gr.Interface(fn=greet, inputs=["text","text"], outputs=["text"])
|
125 |
demo.launch()
|