Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ dashscope.base_http_api_url = "https://dashscope.aliyuncs.com/api/v1"
|
|
| 11 |
|
| 12 |
def asr_inference(audio_file, context, language, enable_itn):
|
| 13 |
if not audio_file:
|
| 14 |
-
return "Please upload an
|
| 15 |
|
| 16 |
messages = [
|
| 17 |
{
|
|
|
|
| 11 |
|
| 12 |
def asr_inference(audio_file, context, language, enable_itn):
|
| 13 |
if not audio_file:
|
| 14 |
+
return "Please upload an a
|
| 15 |
|
| 16 |
messages = [
|
| 17 |
{
|