Edward J. Schwartz commited on
Commit
eed6546
·
1 Parent(s): e60502a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -123,7 +123,8 @@ with gr.Blocks() as demo:
123
 
124
  return {disassembly: gr.Textbox.update(value=disassembly_str),
125
  clazz: gr.Label.update(top_k),
126
- interpretation: {}
 
127
  }
128
 
129
  # XXX: Ideally we'd use the gr.load model, which uses the huggingface
 
123
 
124
  return {disassembly: gr.Textbox.update(value=disassembly_str),
125
  clazz: gr.Label.update(top_k),
126
+ # I can't figure out how to hide this
127
+ #interpretation: {}
128
  }
129
 
130
  # XXX: Ideally we'd use the gr.load model, which uses the huggingface