Spaces:
Sleeping
Sleeping
Commit
·
0a8189c
1
Parent(s):
ab046ec
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,6 @@ iface.launch(enable_queue=True,show_error=True)
|
|
46 |
# examples=[["Grammar-Correct-Sample.mp3"], ["Grammar-Wrong-Sample.mp3"],],
|
47 |
|
48 |
#def speech_to_text(inp):
|
49 |
-
pass # speech recognition model defined here
|
50 |
|
51 |
#gr.Interface(speech_to_text, inputs="mic", outputs=gr.Textbox(label="Predicted text", lines=4))
|
|
|
46 |
# examples=[["Grammar-Correct-Sample.mp3"], ["Grammar-Wrong-Sample.mp3"],],
|
47 |
|
48 |
#def speech_to_text(inp):
|
49 |
+
#pass # speech recognition model defined here
|
50 |
|
51 |
#gr.Interface(speech_to_text, inputs="mic", outputs=gr.Textbox(label="Predicted text", lines=4))
|