Spaces:
Paused
Paused
Edward Tang
commited on
Commit
·
f539cc5
1
Parent(s):
35c90c9
testing
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import AutoProcessor, SeamlessM4TModel
|
3 |
|
4 |
-
st.title("Ed's working Hot Dog? Or Not!!!!!?")
|
5 |
|
6 |
processor = AutoProcessor.from_pretrained("facebook/hf-seamless-m4t-large")
|
7 |
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import AutoProcessor, SeamlessM4TModel
|
3 |
|
4 |
+
st.title("Ed's not working Hot Dog? Or Not!!!!!?")
|
5 |
|
6 |
processor = AutoProcessor.from_pretrained("facebook/hf-seamless-m4t-large")
|
7 |
|