Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ import numpy as np
|
|
9 |
import streamlit as st
|
10 |
from streamlit_webrtc import WebRtcMode, webrtc_streamer
|
11 |
|
12 |
-
from sample_utils.download import download_file
|
13 |
from sample_utils.turn import get_ice_servers
|
14 |
|
15 |
HERE = Path(__file__).parent
|
|
|
9 |
import streamlit as st
|
10 |
from streamlit_webrtc import WebRtcMode, webrtc_streamer
|
11 |
|
|
|
12 |
from sample_utils.turn import get_ice_servers
|
13 |
|
14 |
HERE = Path(__file__).parent
|