Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ def transcribe_audio(audio):
|
|
59 |
system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
|
60 |
api_name="/model_chat"
|
61 |
)
|
62 |
-
result = result[1]
|
63 |
-
|
64 |
#result=gr.Markdown(result)
|
65 |
return result
|
66 |
#text = update(text)
|
|
|
59 |
system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
|
60 |
api_name="/model_chat"
|
61 |
)
|
62 |
+
result = result[1]
|
63 |
+
result = result[0][1]
|
64 |
#result=gr.Markdown(result)
|
65 |
return result
|
66 |
#text = update(text)
|