Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adnaan05
/
VoiceToVoice_V2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adnaan05
commited on
Nov 24, 2024
Commit
a41bcbc
·
verified
·
1 Parent(s):
d970a67
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,7 +79,7 @@ iface = gr.Interface(
79
live=True,
80
title=title,
81
description=description,
82
-
theme="dark",
83
article=article
84
)
85
79
live=True,
80
title=title,
81
description=description,
82
+
83
article=article
84
)
85