Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SpringyBon
/
entrepreneur-readiness-synthetic
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SpringyBon
commited on
Sep 13
Commit
2371152
·
verified
·
1 Parent(s):
a268681
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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