Spaces:
Running
Running
SevenhuijsenM
commited on
Commit
•
f47d361
1
Parent(s):
2a6ff40
Implementation of AI
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import requests
|
6 |
import time
|
7 |
from openai import OpenAI
|
8 |
-
client = OpenAI(
|
9 |
|
10 |
pipe = pipeline(model="dussen/whisper-small-nl-hc")
|
11 |
|
|
|
5 |
import requests
|
6 |
import time
|
7 |
from openai import OpenAI
|
8 |
+
client = OpenAI()
|
9 |
|
10 |
pipe = pipeline(model="dussen/whisper-small-nl-hc")
|
11 |
|