Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|