Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,8 @@ interface = gr.Interface(
|
|
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
|
|
|
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
|