Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
from tts_module import get_voices, text_to_speech
|
3 |
from moviepy.editor import (
|
|
|
1 |
+
import requests_proxy
|
2 |
import gradio as gr
|
3 |
from tts_module import get_voices, text_to_speech
|
4 |
from moviepy.editor import (
|