Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
84443f7
1
Parent(s):
cac8a90
Oops, this works better as a f-string
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ Analyze the following IDA Hex Rays pseudocode and generate a valid JSON object c
|
|
35 |
|
36 |
@spaces.GPU
|
37 |
def predict(code):
|
38 |
-
prompt = """{system}
|
39 |
[INST]
|
40 |
{code}
|
41 |
[/INST]
|
|
|
35 |
|
36 |
@spaces.GPU
|
37 |
def predict(code):
|
38 |
+
prompt = f"""{system}
|
39 |
[INST]
|
40 |
{code}
|
41 |
[/INST]
|