demo commited on
Commit
7188531
·
verified ·
1 Parent(s): 97c17e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,6 +62,7 @@ iface = gr.Interface(
62
  description="Forecast of chances of student admission based on marketing expenditures"
63
  )
64
 
 
65
  # Run the app
66
  if __name__ == "__main__":
67
- iface.launch(share=True)
 
62
  description="Forecast of chances of student admission based on marketing expenditures"
63
  )
64
 
65
+
66
  # Run the app
67
  if __name__ == "__main__":
68
+ iface.launch("admin", "Gr@ce")