Spaces:
Runtime error
Runtime error
Commit
·
1271735
1
Parent(s):
a369699
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import whisper
|
2 |
from pytube import YouTube
|
3 |
-
from langchain.chat_models import
|
4 |
import os
|
5 |
|
6 |
key = st.text_input("Provide Openai API Key to Chat")
|
|
|
1 |
import whisper
|
2 |
from pytube import YouTube
|
3 |
+
from langchain.chat_models import ChatOpenAI
|
4 |
import os
|
5 |
|
6 |
key = st.text_input("Provide Openai API Key to Chat")
|