Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def transcribe_the_command(audio):
|
|
13 |
transcript = asr_pipe(file_name)["text"]
|
14 |
client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/")
|
15 |
result = client.predict(
|
16 |
-
|
17 |
api_name="/chat"
|
18 |
)
|
19 |
|
|
|
13 |
transcript = asr_pipe(file_name)["text"]
|
14 |
client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/")
|
15 |
result = client.predict(
|
16 |
+
transcript,
|
17 |
api_name="/chat"
|
18 |
)
|
19 |
|