bstraehle commited on
Commit
423b214
·
1 Parent(s): 3b70e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,11 +47,11 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a <s
47
  (RAG) on external data (YouTube in this case, but could be PDF, URL, database, etc.).\n\n
48
  <strong>Instructions:</strong> Enter an OpenAI API key, YouTube URL, and prompt to perform semantic search, sentiment analysis, summarization,
49
  translation, etc. "Process Video" specifies whether or not to perform speech-to-text processing. To ask multiple questions related to the same video,
50
- typically set it to "True" the first time, and then set it to "False". Note that persistence is not guaranteed in the Hugging Face free tier
51
  (the plan is to migrate to AWS S3).\n\n
52
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
53
  via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text)
54
- and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM use cases) foundation models as well as AI-native
55
  <a href='https://www.trychroma.com/'>Chroma</a> embedding database."""
56
 
57
  gr.close_all()
 
47
  (RAG) on external data (YouTube in this case, but could be PDF, URL, database, etc.).\n\n
48
  <strong>Instructions:</strong> Enter an OpenAI API key, YouTube URL, and prompt to perform semantic search, sentiment analysis, summarization,
49
  translation, etc. "Process Video" specifies whether or not to perform speech-to-text processing. To ask multiple questions related to the same video,
50
+ typically set it to "True" the first time and then to "False". Note that persistence is not guaranteed in the Hugging Face free tier
51
  (the plan is to migrate to AWS S3).\n\n
52
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
53
  via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech-to-text)
54
+ and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM) foundation models as well as AI-native
55
  <a href='https://www.trychroma.com/'>Chroma</a> embedding database."""
56
 
57
  gr.close_all()