Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nateraw/voice-cloning
quinnpertuit
/
drake-ai-v1
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
quinnpertuit
commited on
Jun 2, 2023
Commit
1dffca0
·
1 Parent(s):
63f4142
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -220,5 +220,6 @@ interface = gr.TabbedInterface(
220
)
221
222
223
if __name__ == "__main__":
224
interface.launch()
220
)
221
222
223
+
224
if __name__ == "__main__":
225
interface.launch()