Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
58caa69
1
Parent(s):
af9812a
Interface
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
|
|
89 |
disassembly = gr.Textbox(label="Disassembly", lines=20)
|
90 |
with gr.Column():
|
91 |
clazz = gr.Label()
|
92 |
-
interpret_button = gr.Button("Interpret
|
93 |
interpretation = gr.components.Interpretation(disassembly)
|
94 |
|
95 |
example_widget = gr.Examples(
|
|
|
89 |
disassembly = gr.Textbox(label="Disassembly", lines=20)
|
90 |
with gr.Column():
|
91 |
clazz = gr.Label()
|
92 |
+
interpret_button = gr.Button("Interpret (very slow)")
|
93 |
interpretation = gr.components.Interpretation(disassembly)
|
94 |
|
95 |
example_widget = gr.Examples(
|