DrishtiSharma commited on
Commit
ca317b4
1 Parent(s): ef93443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import torch
4
  from streamlit_player import st_player
5
  from transformers import AutoModelForCTC, Wav2Vec2Processor
6
- from streaming import ffmpeg_stream
7
 
8
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
9
  player_options = {
 
3
  import torch
4
  from streamlit_player import st_player
5
  from transformers import AutoModelForCTC, Wav2Vec2Processor
6
+ from streaming import ffmpeg_stream
7
 
8
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
9
  player_options = {