ovieyra21 commited on
Commit
b71b224
1 Parent(s): a0786a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def transcribe(file, task, return_timestamps):
50
  return text
51
 
52
 
53
- demo = gr()
54
 
55
  mic_transcribe = gr.Interface(
56
  fn=transcribe,
 
50
  return text
51
 
52
 
53
+ demo = gr.Blocks()
54
 
55
  mic_transcribe = gr.Interface(
56
  fn=transcribe,