Spaces:
Sleeping
Sleeping
Aryan Wadhawan
commited on
Commit
·
3e7b6ee
1
Parent(s):
e59b0bd
Implemented everything
Browse files
app.py
CHANGED
|
@@ -85,8 +85,8 @@ def lark(audioAsB64):
|
|
| 85 |
|
| 86 |
IELTSband = getBandFromSimilarityScore(similarity_score)
|
| 87 |
|
| 88 |
-
return [similarity_score, IELTSband]
|
| 89 |
|
| 90 |
|
| 91 |
-
iface = gr.Interface(fn=lark, inputs="text", outputs=["text", "text"])
|
| 92 |
iface.launch()
|
|
|
|
| 85 |
|
| 86 |
IELTSband = getBandFromSimilarityScore(similarity_score)
|
| 87 |
|
| 88 |
+
return [similarity_score, IELTSband, speechToTextTranscripition]
|
| 89 |
|
| 90 |
|
| 91 |
+
iface = gr.Interface(fn=lark, inputs="text", outputs=["text", "text", "text"])
|
| 92 |
iface.launch()
|