Edward J. Schwartz commited on
Commit
66a9140
·
1 Parent(s): 9f73464
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -59,6 +59,9 @@ with gr.Blocks() as demo:
59
  First, upload a binary. Then, select a function from the dropdown. The
60
  function's disassembly, and the model's prediction of whether the function
61
  represents a C++ method or a regular function will be displayed below.
 
 
 
62
  """
63
  )
64
 
 
59
  First, upload a binary. Then, select a function from the dropdown. The
60
  function's disassembly, and the model's prediction of whether the function
61
  represents a C++ method or a regular function will be displayed below.
62
+
63
+ This model was only trained on 32-bit MSVC++ binaries. You can provide
64
+ other types of binaries, but the result will probably be gibberish.
65
  """
66
  )
67