Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/musicgen-streaming
oldfart
/
twan
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oldfart
commited on
Oct 14, 2023
Commit
8dbe354
·
1 Parent(s):
9bd3413
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
from queue import Queue
2
from threading import Thread
3
from typing import Optional
1
+
pip install torch
2
from queue import Queue
3
from threading import Thread
4
from typing import Optional