juancopi81 commited on
Commit
0e2e000
1 Parent(s): c8c44e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ en_transcription_pipe = whisper.load_model("base")
49
 
50
  en_audio_transcriber = WhisperTranscriber(en_transcription_pipe)
51
 
52
- openai_model = "text-davinci-003"
53
  text_processor = TextProcessor(openai_model)
54
 
55
  image_model_id = "runwayml/stable-diffusion-v1-5"
 
49
 
50
  en_audio_transcriber = WhisperTranscriber(en_transcription_pipe)
51
 
52
+ openai_model = "gpt-4"
53
  text_processor = TextProcessor(openai_model)
54
 
55
  image_model_id = "runwayml/stable-diffusion-v1-5"