Shreyas094 commited on
Commit
d037811
·
verified ·
1 Parent(s): d0129e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -642,7 +642,6 @@ async def transcribe_with_timeout(audio_file, progress=gr.Progress()):
642
  except Exception as e:
643
  logger.exception(f"Error during transcription: {str(e)}")
644
  return f"Error during transcription: {str(e)}"
645
- )}"
646
 
647
  def vote(data: gr.LikeData):
648
  if data.liked:
 
642
  except Exception as e:
643
  logger.exception(f"Error during transcription: {str(e)}")
644
  return f"Error during transcription: {str(e)}"
 
645
 
646
  def vote(data: gr.LikeData):
647
  if data.liked: