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