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
Jan 24, 2023
Commit
7f71b9c
·
1 Parent(s):
cf18f93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import os
2
3
os.environ["CURL_CA_BUNDLE"]=""
4
5
import gradio as gr
1
import os
2
3
+
4
+
5
os.environ["CURL_CA_BUNDLE"]=""
6
7
import gradio as gr