Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
11c28fc
1
Parent(s):
b1fd156
oops
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
| 110 |
disassembly_str = str(model_results) + str(load_results)
|
| 111 |
|
| 112 |
return {disassembly: gr.Textbox.update(value=disassembly_str),
|
| 113 |
-
clazz: gr.Label.update(top_k)
|
| 114 |
#clazz: gr.Label.update(value="Method" if model_results[0]["label"] == "method" else "Function")}
|
| 115 |
}
|
| 116 |
|
|
|
|
| 110 |
disassembly_str = str(model_results) + str(load_results)
|
| 111 |
|
| 112 |
return {disassembly: gr.Textbox.update(value=disassembly_str),
|
| 113 |
+
#clazz: gr.Label.update(top_k)
|
| 114 |
#clazz: gr.Label.update(value="Method" if model_results[0]["label"] == "method" else "Function")}
|
| 115 |
}
|
| 116 |
|