Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@
|
|
4 |
# https://ruslanmv.com/
|
5 |
|
6 |
# importing all necessary libraries
|
|
|
|
|
7 |
import pathlib
|
8 |
import sys, os
|
9 |
from gtts import gTTS
|
|
|
4 |
# https://ruslanmv.com/
|
5 |
|
6 |
# importing all necessary libraries
|
7 |
+
import httpcore
|
8 |
+
setattr(httpcore, 'SyncHTTPTransport', Any)
|
9 |
import pathlib
|
10 |
import sys, os
|
11 |
from gtts import gTTS
|