DrishtiSharma
commited on
Commit
•
9a71320
1
Parent(s):
fccc102
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from collections import deque
|
2 |
import streamlit as st
|
3 |
import torch
|
4 |
from streamlit_player import st_player
|
@@ -123,4 +123,4 @@ def main():
|
|
123 |
|
124 |
|
125 |
if __name__ == "__main__":
|
126 |
-
main()
|
|
|
1 |
+
from collections import deque
|
2 |
import streamlit as st
|
3 |
import torch
|
4 |
from streamlit_player import st_player
|
|
|
123 |
|
124 |
|
125 |
if __name__ == "__main__":
|
126 |
+
main()
|