Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import streamlit as st
|
2 |
import moviepy.editor as mp
|
3 |
import speech_recognition as sr
|
4 |
from pydub import AudioSegment
|
|
|
1 |
+
import streamlit as st #
|
2 |
import moviepy.editor as mp
|
3 |
import speech_recognition as sr
|
4 |
from pydub import AudioSegment
|