MCPcopy Create free account
hub / github.com/KeepTryingTo/Pytorch-GAN / ButtonImage

Function ButtonImage

ProGAN/mainWindow.py:108–112  ·  view source on GitHub ↗
(model,root)

Source from the content-addressed store, hash-verified

106
107#点击生成图片按钮
108def ButtonImage(model,root):
109 # root.withdraw() # 仅显示对话框,隐藏主窗口
110 btn_gen = tkinter.Button(root, text='生成图片', font=('黑体', 14), height=1, width=29,
111 command = lambda : loadModel(model,root))
112 btn_gen.place(x=115, y=450)
113
114
115if __name__ == '__main__':

Callers 1

mainWindow.pyFile · 0.70

Calls 1

loadModelFunction · 0.70

Tested by

no test coverage detected