Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,4 +315,5 @@ with gr.Blocks(title="Startup Recommender + AI Name") as app:
|
|
| 315 |
|
| 316 |
# On Spaces, just calling launch() is fine; no explicit port.
|
| 317 |
if __name__ == "__main__":
|
| 318 |
-
app.
|
|
|
|
|
|
| 315 |
|
| 316 |
# On Spaces, just calling launch() is fine; no explicit port.
|
| 317 |
if __name__ == "__main__":
|
| 318 |
+
app.launch()
|
| 319 |
+
|