SPACERUNNER99 commited on
Commit
f9eb3d4
·
verified ·
1 Parent(s): 58fa0c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def main(url, parameters, progress=gr.Progress()):
25
  progress(0.35, desc="تبدیل صوت به متن")
26
  yield "تبدیل صوت به متن", None
27
 
28
- transcribe_client = Client("rayesh/transcribe")
29
  try:
30
  job = transcribe_client.submit(url, api_name="/transcribe")
31
  while not job.done():
 
25
  progress(0.35, desc="تبدیل صوت به متن")
26
  yield "تبدیل صوت به متن", None
27
 
28
+ transcribe_client = Client("https://transcribe.liara.run/")
29
  try:
30
  job = transcribe_client.submit(url, api_name="/transcribe")
31
  while not job.done():