Spaces:
Runtime error
Runtime error
Commit ·
5fc37ea
1
Parent(s): a503d29
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import tempfile
|
| 2 |
import gradio as gr
|
| 3 |
from neon_tts_plugin_coqui import CoquiTTS
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.system("pip install --upgrade httpx")
|
| 3 |
+
os.system("pip install --upgrade httpcore")
|
| 4 |
+
os.system("pip install --upgrade gradio")
|
| 5 |
import tempfile
|
| 6 |
import gradio as gr
|
| 7 |
from neon_tts_plugin_coqui import CoquiTTS
|