Hunzla commited on
Commit
e7f5f31
1 Parent(s): ac01d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "tell me a story",
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