SpringyBon commited on
Commit
2371152
·
verified ·
1 Parent(s): a268681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ with gr.Blocks(title="Entrepreneur Readiness Regressor") as demo:
90
  )
91
 
92
  if __name__ == "__main__":
93
- demo.launch()
94
 
 
90
  )
91
 
92
  if __name__ == "__main__":
93
+ iface.launch()
94