Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
5cbfd3a
1
Parent(s):
03bdd62
Update notebook
Browse files
notebooks/sam2_playground.ipynb
CHANGED
@@ -49,8 +49,9 @@
|
|
49 |
"outputs": [],
|
50 |
"source": [
|
51 |
"#@title #Installation\n",
|
52 |
-
"#@markdown This cell will install dependencies for
|
53 |
"!git clone https://github.com/jhj0517/sam2-playground.git\n",
|
|
|
54 |
"%cd sam2-playground\n",
|
55 |
"!pip install gradio\n",
|
56 |
"!pip install git+https://github.com/jhj0517/gradio-image-prompter.git\n",
|
@@ -81,16 +82,18 @@
|
|
81 |
" arguments += f\" --password {PASSWORD}\"\n"
|
82 |
],
|
83 |
"metadata": {
|
84 |
-
"id": "Qosz9BFlGui3"
|
|
|
85 |
},
|
86 |
-
"execution_count":
|
87 |
"outputs": []
|
88 |
},
|
89 |
{
|
90 |
"cell_type": "code",
|
91 |
"execution_count": null,
|
92 |
"metadata": {
|
93 |
-
"id": "PQroYRRZzQiN"
|
|
|
94 |
},
|
95 |
"outputs": [],
|
96 |
"source": [
|
|
|
49 |
"outputs": [],
|
50 |
"source": [
|
51 |
"#@title #Installation\n",
|
52 |
+
"#@markdown This cell will install dependencies for sam2-playground!\n",
|
53 |
"!git clone https://github.com/jhj0517/sam2-playground.git\n",
|
54 |
+
"\n",
|
55 |
"%cd sam2-playground\n",
|
56 |
"!pip install gradio\n",
|
57 |
"!pip install git+https://github.com/jhj0517/gradio-image-prompter.git\n",
|
|
|
82 |
" arguments += f\" --password {PASSWORD}\"\n"
|
83 |
],
|
84 |
"metadata": {
|
85 |
+
"id": "Qosz9BFlGui3",
|
86 |
+
"cellView": "form"
|
87 |
},
|
88 |
+
"execution_count": 2,
|
89 |
"outputs": []
|
90 |
},
|
91 |
{
|
92 |
"cell_type": "code",
|
93 |
"execution_count": null,
|
94 |
"metadata": {
|
95 |
+
"id": "PQroYRRZzQiN",
|
96 |
+
"cellView": "form"
|
97 |
},
|
98 |
"outputs": [],
|
99 |
"source": [
|