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,9 @@
|
||||
import { _ as l } from "./mermaid.core-Cmyps_S7.js";
|
||||
function m(e, c) {
|
||||
var i, t, o;
|
||||
e.accDescr && ((i = c.setAccDescription) == null || i.call(c, e.accDescr)), e.accTitle && ((t = c.setAccTitle) == null || t.call(c, e.accTitle)), e.title && ((o = c.setDiagramTitle) == null || o.call(c, e.title));
|
||||
}
|
||||
l(m, "populateCommonDb");
|
||||
export {
|
||||
m as p
|
||||
};
|
||||
Reference in New Issue
Block a user