Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Azazkhan
/
Voice2VoiceChatbot
like
1
Sleeping
App
Files
Files
Community
Azazkhan
commited on
Aug 19
Commit
cb36667
•
1 Parent(s):
964c4dd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ iface = gr.Interface(
53
live=True
54
)
55
56
-
iface.launch()
53
live=True
54
)
55
56
+
iface.launch(
share=True
)