Tlanextli commited on
Commit
c3ed104
·
1 Parent(s): c27a48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import gradio as gr
 
3
  from transformers import pipeline
4
 
5
  title = "Transcribe speech several languages"
 
1
  import os
2
  import gradio as gr
3
+ import torch
4
  from transformers import pipeline
5
 
6
  title = "Transcribe speech several languages"