ireneminhee commited on
Commit
3f5d47f
·
verified ·
1 Parent(s): c37d9d4

Update app.py

Browse files

share=True for public URL

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ interface = gr.Interface(
39
  description="Predict the likelihood of depression based on text input.",
40
  )
41
 
42
- interface.launch()
 
39
  description="Predict the likelihood of depression based on text input.",
40
  )
41
 
42
+ interface.launch(share=True)