Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sjw
/
Spotify-DJ-Bot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sjw
commited on
Aug 23, 2023
Commit
e48dd3f
·
1 Parent(s):
4e2fcd0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,5 @@ demo = gr.TabbedInterface([auth, chat], ["Authentication Station", "Music Room"]
62
63
64
demo.queue()
65
-
demo.launch()
62
63
64
demo.queue()
65
+
demo.launch()
66
+
os.remove(".cache")