Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;
|