bstraehle commited on
Commit
3b70e18
·
1 Parent(s): 96950c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def invoke(openai_api_key, youtube_url, process_video, prompt):
44
  return result["result"]
45
 
46
  description = """<strong>Overview:</strong> The app demonstrates how to use a <strong>Large Language Model</strong> (LLM) with <strong>Retrieval Augmented Generation</strong>
47
- (RAG) on external data (YouTube videos in this case).\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
 
44
  return result["result"]
45
 
46
  description = """<strong>Overview:</strong> The app demonstrates how to use a <strong>Large Language Model</strong> (LLM) with <strong>Retrieval Augmented Generation</strong>
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