poudel commited on
Commit
74fc87d
·
verified ·
1 Parent(s): c214d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -96,4 +96,5 @@ with gr.Blocks() as interface:
96
  outputs=predicted_applicants_output
97
  )
98
 
99
- interface.launch()
 
 
96
  outputs=predicted_applicants_output
97
  )
98
 
99
+ interface.launch(share=True)
100
+