Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
junseok520
/
VoxSIM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
junseok
commited on
Mar 1, 2025
Commit
b5cf8a0
·
1 Parent(s):
3f5af63
fourth commit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
outputs="text",
44
title="voice similarity with VoxSim",
45
description=description,
46
-
)
43
outputs="text",
44
title="voice similarity with VoxSim",
45
description=description,
46
+
)
.launch()