Edward J. Schwartz commited on
Commit
e60502a
·
1 Parent(s): 21b1867

Try again to hide interpretation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
 
124
  return {disassembly: gr.Textbox.update(value=disassembly_str),
125
  clazz: gr.Label.update(top_k),
126
- interpretation: gr.Interpretation.update({})
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
+ interpretation: {}
127
  }
128
 
129
  # XXX: Ideally we'd use the gr.load model, which uses the huggingface