Spaces:
Running
Running
Commit
·
f2561b7
1
Parent(s):
8053a4f
yup rename
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ def predict(decompiled_code):
|
|
9 |
|
10 |
with tempfile.TemporaryDirectory() as temp_dir:
|
11 |
|
12 |
-
code_file_name = os.path.join(temp_dir, "code.
|
13 |
field_file_name = os.path.join(temp_dir, "code.json")
|
14 |
|
15 |
with open(code_file_name, "w") as f:
|
|
|
9 |
|
10 |
with tempfile.TemporaryDirectory() as temp_dir:
|
11 |
|
12 |
+
code_file_name = os.path.join(temp_dir, "code.c")
|
13 |
field_file_name = os.path.join(temp_dir, "code.json")
|
14 |
|
15 |
with open(code_file_name, "w") as f:
|