Skip to content

Commit

Permalink
update: build
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Sep 24, 2024
1 parent 3495397 commit 203cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import z from "zod";
import { toast } from "./ui/use-toast";
import usePreferences from "@/store/userPreferences";
import { useImageState } from "@/store/tlDrawImage";
import ModelSwitcher from "./modelswitcher";
// import ModelSwitcher from "./modelswitcher";
// import VadAudio from "./vadAudio";
import VadAudio from "./VadAudio";
const isValidImageType = (value: string) =>
Expand Down

0 comments on commit 203cb0b

Please sign in to comment.