justinkay
commited on
Commit
·
faf6f83
1
Parent(s):
989b965
Remove port preference from launch for HF spaces
Browse files
app.py
CHANGED
|
@@ -864,6 +864,6 @@ with gr.Blocks(title="CODA: Wildlife Photo Classification Challenge",
|
|
| 864 |
if __name__ == "__main__":
|
| 865 |
demo.launch(
|
| 866 |
# share=True,
|
| 867 |
-
server_port=7861,
|
| 868 |
allowed_paths=["/"]
|
| 869 |
-
)
|
|
|
|
| 864 |
if __name__ == "__main__":
|
| 865 |
demo.launch(
|
| 866 |
# share=True,
|
| 867 |
+
# server_port=7861,
|
| 868 |
allowed_paths=["/"]
|
| 869 |
+
)
|