vladelesin commited on
Commit
1d61d5d
·
1 Parent(s): 28d779c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ file_translate = gr.Interface(
57
  examples=[["./example.wav"]]
58
  )
59
 
 
60
  with demo:
61
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
62
 
 
57
  examples=[["./example.wav"]]
58
  )
59
 
60
+
61
  with demo:
62
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
63