ullasmrnva commited on
Commit
1e2b224
·
1 Parent(s): 8e340f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,4 +144,4 @@ gr.Interface(fn=make_prediction,
144
  gr.Textbox(label='Liquidated Damages'),
145
  gr.Textbox(label='Third Party Beneficiary'),
146
  gr.Textbox(label='Source Code Escrow'),
147
- ]).launch(share=True)
 
144
  gr.Textbox(label='Liquidated Damages'),
145
  gr.Textbox(label='Third Party Beneficiary'),
146
  gr.Textbox(label='Source Code Escrow'),
147
+ ]).launch(share=True, debug = True)