Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neha-ai-playground
/
Image-to-Story
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neha-ai-playground
commited on
Nov 2, 2023
Commit
067e028
·
1 Parent(s):
fabf047
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,5 +73,5 @@ def main() :
73
st.audio("audio.flac")
74
75
76
-
if
_name_
==
'_main_'
:
77
main()
73
st.audio("audio.flac")
74
75
76
+
if
__name__
==
"__main__"
:
77
main()