Skip to content

Commit

Permalink
youtube transcript example
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Dec 4, 2023
1 parent 305031a commit 3bd8d27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import ImageFilterWorkflow from "../../utils/workflows/image_filter_workflow.jso
import NasaImageWorkflow from "../../utils/workflows/nasa_workflow.json";
import RandomForestClassifierWorkflow from "../../utils/workflows/random_forest_pipeline.json";
import YoutubeSummarizerWorkflow from "../../utils/workflows/youtube_summarizer.json";
import YoutubeLocalTranscript from "../../utils/workflows/youtube_transcript_local.json";

interface WorkflowGalleryModalRef extends ModalRef {}

Expand Down Expand Up @@ -71,6 +72,13 @@ const localCardsContents = [
jsonFile: CloudSegmentationWorkflow,
levelTag: "Intermediate",
},
{
title: "Youtube Transcript Local Model",
description:
"A workflow that uses a local whisper model with GPU access transcript a youtube video. To use it you must use Shared Storage",
jsonFile: YoutubeLocalTranscript,
levelTag: "Advanced",
},
] as unknown as WorkflowsGalleryExamples;

const WorkflowExamplesGalleryModal = forwardRef(
Expand Down
Loading

0 comments on commit 3bd8d27

Please sign in to comment.