harishB97 commited on
Commit
3cf458a
·
verified ·
1 Parent(s): 51be45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -84,7 +84,6 @@ def get_protoIDs(nodename):
84
  def get_image(nodename, protoID):
85
  imgname = '-'.join([nodename, protoID]) + '.png'
86
  filepath = imgname_to_filepath[imgname]
87
- print(filepath)
88
  return gr.Image(filepath)
89
 
90
 
 
84
  def get_image(nodename, protoID):
85
  imgname = '-'.join([nodename, protoID]) + '.png'
86
  filepath = imgname_to_filepath[imgname]
 
87
  return gr.Image(filepath)
88
 
89