harish199 commited on
Commit
c2dd908
1 Parent(s): 3cbdab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,4 +166,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
166
  ]
167
 
168
  gr.Examples(examples=examples_data, inputs=[person_age, Person_Income, Home_Ownership_Status, Person_Emp_Length, Credit_Intent, Type_Of_Credit, Loan_Amount, Loan_Interest_Rate, Person_Defaulted_in_History, Person_Credit_History_Length], outputs=[default])
169
- demo.launch(share=True,debug=True)
 
166
  ]
167
 
168
  gr.Examples(examples=examples_data, inputs=[person_age, Person_Income, Home_Ownership_Status, Person_Emp_Length, Credit_Intent, Type_Of_Credit, Loan_Amount, Loan_Interest_Rate, Person_Defaulted_in_History, Person_Credit_History_Length], outputs=[default])
169
+ demo.launch(debug=True)