Mdrnfox commited on
Commit
da6cf3f
·
verified ·
1 Parent(s): 1f4e18d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ with gr.Blocks() as demo:
32
  btn = gr.Button("Start Evaluation")
33
  btn.click(fn=run_peft_eval, outputs=status)
34
 
35
- demo.launch()
 
32
  btn = gr.Button("Start Evaluation")
33
  btn.click(fn=run_peft_eval, outputs=status)
34
 
35
+ demo.launch(show_error=True)