Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
3 |
os.system("pip install neon-tts-plugin-coqui==0.6.0")
|
4 |
import gradio as gr
|
5 |
-
import whisper
|
6 |
import requests
|
7 |
import tempfile
|
8 |
from neon_tts_plugin_coqui import CoquiTTS
|
|
|
2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
3 |
os.system("pip install neon-tts-plugin-coqui==0.6.0")
|
4 |
import gradio as gr
|
5 |
+
import whisper
|
6 |
import requests
|
7 |
import tempfile
|
8 |
from neon_tts_plugin_coqui import CoquiTTS
|