Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahnafsamin
/
GroTTS-FastSpeech2
like
2
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ahnafsamin
commited on
Dec 6, 2022
Commit
cf18f93
·
1 Parent(s):
d8fc388
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
os.environ["CURL_CA_BUNDLE"]=""
2
3
import gradio as gr
1
+
import os
2
+
3
os.environ["CURL_CA_BUNDLE"]=""
4
5
import gradio as gr