Spaces:
Build error
Build error
Commit ·
1e2b224
1
Parent(s): 8e340f7
Update app.py
Browse files
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)
|