Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def transcribe(inputs, previous_transcription):
|
|
41 |
return previous_transcription
|
42 |
except Exception as e:
|
43 |
print(f"Error during Transcription: {e}")
|
44 |
-
return
|
45 |
|
46 |
with gr.Blocks() as demo:
|
47 |
with gr.Column():
|
|
|
41 |
return previous_transcription
|
42 |
except Exception as e:
|
43 |
print(f"Error during Transcription: {e}")
|
44 |
+
return previous_transcription
|
45 |
|
46 |
with gr.Blocks() as demo:
|
47 |
with gr.Column():
|