Anshoo Mehra commited on
Commit
85a056f
·
1 Parent(s): 978ee76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -205,4 +205,6 @@ with gr.Blocks() as demo:
205
  gen_btn.click(fn=_generate,
206
  inputs=[mode, context, hint, minLength, maxLength, lengthPenalty, earlyStopping, numReturnSequences, numBeams, noRepeatNGramSize, doSample, topK, topP, temperature],
207
  outputs=[_predictionM1, _predictionM2, _predictionM4, _predictionM5]
208
- )
 
 
 
205
  gen_btn.click(fn=_generate,
206
  inputs=[mode, context, hint, minLength, maxLength, lengthPenalty, earlyStopping, numReturnSequences, numBeams, noRepeatNGramSize, doSample, topK, topP, temperature],
207
  outputs=[_predictionM1, _predictionM2, _predictionM4, _predictionM5]
208
+ )
209
+
210
+ demo.launch(show_error=True)