Spaces:
Build error
Build error
juancopi81
commited on
Commit
•
0e2e000
1
Parent(s):
c8c44e2
Update app.py
Browse files
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 = "
|
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"
|