Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kevinwang676/Voice-Cloning-for-Bilibili
nijisakai
/
Voice-Cloning-for-Bilibili
like
0
Runtime error
App
Files
Files
Community
nijisakai
commited on
Jul 25, 2023
Commit
5b68f92
•
1 Parent(s):
9ff8be2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -295,4 +295,4 @@ interface = gr.TabbedInterface(
295
)
296
297
if __name__ == "__main__":
298
-
interface.launch(show_error=True)
295
)
296
297
if __name__ == "__main__":
298
+
interface.launch(show_error=True
,share=True
)