naughtondale commited on
Commit
371a43a
1 Parent(s): 6d7d27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ iface = gr.Interface(fn=predict_risk,
58
 
59
  # Run the interface
60
 
61
- iface.launch(auth=(os.environ['USERNAME1'],os.environ['PASSWORD1']), share=True)
 
58
 
59
  # Run the interface
60
 
61
+ iface.launch(auth=(os.environ['USERNAME1'],os.environ['PASSWORD1']))