Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/vid2vid
/ add_table
Method
add_table
util/html.py:29–31 ·
view source on GitHub ↗
(self, border=1)
Source
from the content-addressed store, hash-verified
27
h3(str)
28
29
def
add_table(self, border=1):
30
self.t = table(border=border, style=
"table-layout: fixed;"
)
31
self.doc.add(self.t)
32
33
def
add_images(self, ims, txts, links, width=400, height=0):
34
self.add_table()
Callers
1
add_images
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected