Neo111x commited on
Commit
00885a2
·
verified ·
1 Parent(s): e8577b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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