Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prakhardoneria
/
bark
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prakhardoneria
commited on
Mar 4, 2025
Commit
86f73b0
·
verified
·
1 Parent(s):
a6620fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -23,6 +23,6 @@ demo = gr.Interface(
23
)
24
25
# Launch the app
26
-
if __name__ == "__main__":
27
-
demo.launch()
28
23
)
24
25
# Launch the app
26
+
#
if __name__ == "__main__":
27
+
demo.launch()
28