Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wgcv
/
Voices2Text2SentimentalAnalysis-es
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wgcv
commited on
Jun 24, 2024
Commit
bd10047
·
verified
·
1 Parent(s):
34321c5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -20,6 +20,7 @@ def update_text(text):
20
return text
21
22
def get_shared_text():
23
return shared_text
24
25
with demo:
20
return text
21
22
def get_shared_text():
23
+
global shared_text
24
return shared_text
25
26
with demo: