Spaces:
Runtime error
Runtime error
added examples and labels-2
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ ta_tr_stream_tab = gr.Interface(
|
|
66 |
"textbox",
|
67 |
"state"
|
68 |
],
|
69 |
-
description="ரெகாட்
|
70 |
live=True)
|
71 |
# transcribe Arabic stream
|
72 |
ar_tr_stream_tab = gr.Interface(
|
@@ -105,7 +105,7 @@ ta_tr_file_tab = gr.Interface(
|
|
105 |
gr.Audio(source="microphone", type="filepath", label= "தமிழ் பேச்சு")
|
106 |
],
|
107 |
examples=[["samples/ta/32862591.mp3", None], ["samples/ta/32862612.mp3", None]],
|
108 |
-
description="ஒலி பதிப்பு சமர்ப்பிக்கவும், அல்லது ரெகாட்
|
109 |
outputs="text")
|
110 |
|
111 |
# transcribe Arabic file
|
|
|
66 |
"textbox",
|
67 |
"state"
|
68 |
],
|
69 |
+
description="ரெகாட் பட்டண் அமர்தி பேசவும், பேச்சு சொல் பகிர்ப்பு வலது பக்கதில் அச்சிடபடும்",
|
70 |
live=True)
|
71 |
# transcribe Arabic stream
|
72 |
ar_tr_stream_tab = gr.Interface(
|
|
|
105 |
gr.Audio(source="microphone", type="filepath", label= "தமிழ் பேச்சு")
|
106 |
],
|
107 |
examples=[["samples/ta/32862591.mp3", None], ["samples/ta/32862612.mp3", None]],
|
108 |
+
description="ஒலி பதிப்பு சமர்ப்பிக்கவும், அல்லது ரெகாட் பட்டண் அமர்தி பேசவும், பேச்சு சொல் பகிர்ப்பு வலது பக்கதில் அச்சிடபடும்",
|
109 |
outputs="text")
|
110 |
|
111 |
# transcribe Arabic file
|