oceansweep commited on
Commit
3ce0d3e
1 Parent(s): 7e8c144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -44,10 +44,10 @@ os.environ["GRADIO_ANALYTICS_ENABLED"] = "False"
44
  #############
45
  # Global variables setup
46
  #custom_prompt_input = ("Above is the transcript of a video. Please read through the transcript carefully. Identify the "
47
- "main topics that are discussed over the course of the transcript. Then, summarize the key points about each main "
48
- "topic in bullet points. The bullet points should cover the key information conveyed about each topic in the video, "
49
- "but should be much shorter than the full transcript. Please output your bullet point summary inside <bulletpoints> "
50
- "tags.")
51
  #
52
  # Global variables
53
  whisper_models = ["small", "medium", "small.en", "medium.en", "medium", "large", "large-v1", "large-v2", "large-v3",
 
44
  #############
45
  # Global variables setup
46
  #custom_prompt_input = ("Above is the transcript of a video. Please read through the transcript carefully. Identify the "
47
+ #"main topics that are discussed over the course of the transcript. Then, summarize the key points about each main "
48
+ #"topic in bullet points. The bullet points should cover the key information conveyed about each topic in the video, "
49
+ #"but should be much shorter than the full transcript. Please output your bullet point summary inside <bulletpoints> "
50
+ #"tags.")
51
  #
52
  # Global variables
53
  whisper_models = ["small", "medium", "small.en", "medium.en", "medium", "large", "large-v1", "large-v2", "large-v3",