Spaces:
Runtime error
Runtime error
- app.py +2 -0
- requirements.txt +0 -2
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import whisper
|
3 |
|
|
|
1 |
+
import os
|
2 |
+
os.system("pip install git+https://github.com/openai/whisper.git")
|
3 |
import gradio as gr
|
4 |
import whisper
|
5 |
|
requirements.txt
CHANGED
@@ -1,2 +0,0 @@
|
|
1 |
-
whisper
|
2 |
-
gradio
|
|
|
|
|
|