mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Fix interactive video (#350)
* n * remove template * Add templates * remove print
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { _ as s } from "./mermaid.core-Cmyps_S7.js";
|
||||
var t, e = (t = class {
|
||||
/**
|
||||
* @param init - Function that creates the default state.
|
||||
*/
|
||||
constructor(i) {
|
||||
this.init = i, this.records = this.init();
|
||||
}
|
||||
reset() {
|
||||
this.records = this.init();
|
||||
}
|
||||
}, s(t, "ImperativeState"), t);
|
||||
export {
|
||||
e as I
|
||||
};
|
||||
Reference in New Issue
Block a user