Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pragmatic-programs
/
pragmatic-synthesizer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saujasv
commited on
Apr 20, 2024
Commit
6b9bc55
·
1 Parent(s):
eb939c7
make demo cpu compatible
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,7 +27,7 @@ listener = Listener(
27
"top_p": 0.9,
28
"max_new_tokens": 128,
29
},
30
-
)
.to(device)
31
32
N_EXAMPLES = 3
33
27
"top_p": 0.9,
28
"max_new_tokens": 128,
29
},
30
+
)
31
32
N_EXAMPLES = 3
33