Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,9 @@ import os
|
|
6 |
os.system("pip install --upgrade pip")
|
7 |
from pprint import pprint
|
8 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
|
|
|
|
|
|
9 |
import openai
|
10 |
import gradio as gr
|
11 |
import whisper
|
|
|
6 |
os.system("pip install --upgrade pip")
|
7 |
from pprint import pprint
|
8 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
9 |
+
import sys
|
10 |
+
print("Sys: ", sys.executable)
|
11 |
+
os.system("pip install openai")
|
12 |
import openai
|
13 |
import gradio as gr
|
14 |
import whisper
|