Spaces:
Runtime error
Runtime error
Update temp_store.py
Browse files- temp_store.py +1 -1
temp_store.py
CHANGED
@@ -55,6 +55,6 @@ def process_speech(speech):
|
|
55 |
|
56 |
return audio
|
57 |
|
58 |
-
iface = gr.Interface(fn=process_speech, inputs=gr.
|
59 |
|
60 |
iface.launch()
|
|
|
55 |
|
56 |
return audio
|
57 |
|
58 |
+
iface = gr.Interface(fn=process_speech, inputs=gr.Audio(source="microphone"), outputs="audio")
|
59 |
|
60 |
iface.launch()
|