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

Update app.py

Browse files

share=True not supported, so modified

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(share=True)
 
39
  description="Predict the likelihood of depression based on text input.",
40
  )
41
 
42
+ interface.launch()