Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,13 +45,12 @@ interface = gr.Interface(
|
|
| 45 |
gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p")
|
| 46 |
],
|
| 47 |
outputs=[
|
| 48 |
-
gr.
|
| 49 |
-
gr.
|
| 50 |
],
|
| 51 |
|
| 52 |
title="Falcon decompiler Interactive Demo",
|
| 53 |
-
description="Adjust the sliders for temperature, top-k, and top-p to customize the model's response."
|
| 54 |
-
live=True # Enable live progress
|
| 55 |
)
|
| 56 |
|
| 57 |
# Launch the Gradio app
|
|
|
|
| 45 |
gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p")
|
| 46 |
],
|
| 47 |
outputs=[
|
| 48 |
+
gr.Textbox(label="Assembly Code"),
|
| 49 |
+
gr.Textbox(label="Source Code")
|
| 50 |
],
|
| 51 |
|
| 52 |
title="Falcon decompiler Interactive Demo",
|
| 53 |
+
description="Adjust the sliders for temperature, top-k, and top-p to customize the model's response."
|
|
|
|
| 54 |
)
|
| 55 |
|
| 56 |
# Launch the Gradio app
|