ejschwartz commited on
Commit
8f0cd8c
·
verified ·
1 Parent(s): 8cb134d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -40,7 +40,21 @@ demo = gr.Interface(fn=predict,
40
  }
41
  local_24 = local_24 + 1;
42
  } while( true );
43
- }"""],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  inputs="text", outputs="text")
45
  demo.queue()
46
  demo.launch()
 
40
  }
41
  local_24 = local_24 + 1;
42
  } while( true );
43
+ }""","""
44
+ undefined8 __cdecl FUN_004025f0(byte *param_1,int param_2)
45
+
46
+ {
47
+ do {
48
+ *param_1 = ~*param_1;
49
+ *param_1 = *param_1 - 0x37;
50
+ *param_1 = *param_1 + 1;
51
+ param_1 = param_1 + 1;
52
+ param_2 = param_2 + -1;
53
+ } while (param_2 != 0);
54
+ return 0x3632000137;
55
+ }
56
+
57
+ """],
58
  inputs="text", outputs="text")
59
  demo.queue()
60
  demo.launch()