mskov commited on
Commit
1e60dab
1 Parent(s): 7fcde05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,10 +4,9 @@ This script calls the ada model from openai api to predict the next few words.
4
  '''
5
  import os
6
  os.system("pip install --upgrade pip")
7
- import openai
8
- import os
9
  from pprint import pprint
10
  os.system("pip install git+https://github.com/openai/whisper.git")
 
11
  import gradio as gr
12
  import whisper
13
  from transformers import pipeline
 
4
  '''
5
  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
12
  from transformers import pipeline