Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThatOneCoder
/
Audio-Testing
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
ThatOneCoder
commited on
May 27, 2024
Commit
a50d007
·
verified
·
1 Parent(s):
c749462
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,5 +7,5 @@ if text:
7
state.text_received.append(text)
8
9
for text in state.text_received:
10
-
st.write(text)
11
7
state.text_received.append(text)
8
9
for text in state.text_received:
10
+
st.write(text)
11