ejschwartz commited on
Commit
19ace5b
·
verified ·
1 Parent(s): aa62017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ def predict(input_asm):
26
  return c_func_decompile
27
 
28
  demo = gr.Interface(fn=predict,
 
29
  examples=["""undefined4 func0(float param_1,long param_2,int param_3)
30
  {
31
  int local_28;
 
26
  return c_func_decompile
27
 
28
  demo = gr.Interface(fn=predict,
29
+ description=description,
30
  examples=["""undefined4 func0(float param_1,long param_2,int param_3)
31
  {
32
  int local_28;