Spaces:
Running
Running
jhj0517
commited on
Commit
·
cf5c489
1
Parent(s):
dfca558
Update notebook
Browse files
notebooks/sam2_playground.ipynb
CHANGED
@@ -81,8 +81,7 @@
|
|
81 |
" arguments += f\" --password {PASSWORD}\"\n"
|
82 |
],
|
83 |
"metadata": {
|
84 |
-
"id": "Qosz9BFlGui3"
|
85 |
-
"cellView": "form"
|
86 |
},
|
87 |
"execution_count": null,
|
88 |
"outputs": []
|
@@ -91,15 +90,14 @@
|
|
91 |
"cell_type": "code",
|
92 |
"execution_count": null,
|
93 |
"metadata": {
|
94 |
-
"id": "PQroYRRZzQiN"
|
95 |
-
"cellView": "form"
|
96 |
},
|
97 |
"outputs": [],
|
98 |
"source": [
|
99 |
"#@title #Run\n",
|
100 |
"#@markdown Once the installation is complete, you can use public URL that is displayed.\n",
|
101 |
"if 'arguments' in locals():\n",
|
102 |
-
" !python app.py --share
|
103 |
"else:\n",
|
104 |
" !python app.py --share"
|
105 |
]
|
|
|
81 |
" arguments += f\" --password {PASSWORD}\"\n"
|
82 |
],
|
83 |
"metadata": {
|
84 |
+
"id": "Qosz9BFlGui3"
|
|
|
85 |
},
|
86 |
"execution_count": null,
|
87 |
"outputs": []
|
|
|
90 |
"cell_type": "code",
|
91 |
"execution_count": null,
|
92 |
"metadata": {
|
93 |
+
"id": "PQroYRRZzQiN"
|
|
|
94 |
},
|
95 |
"outputs": [],
|
96 |
"source": [
|
97 |
"#@title #Run\n",
|
98 |
"#@markdown Once the installation is complete, you can use public URL that is displayed.\n",
|
99 |
"if 'arguments' in locals():\n",
|
100 |
+
" !python app.py --share{arguments}\n",
|
101 |
"else:\n",
|
102 |
" !python app.py --share"
|
103 |
]
|