func clearAllInputs()

in HuggingSnap/Views/ControlView.swift [302:310]


    func clearAllInputs() {
        model.toggleStreaming()
        model.movieURL = nil
        model.photo = nil
        selectedItem = nil
        isCaptured = false
        loadState = .unknown
        llm.output = ""
    }