Spaces:
Runtime error
Runtime error
Add application files
Browse files
README.md
CHANGED
@@ -175,7 +175,17 @@ git add -A; git commit -m "Add application files"; git push
|
|
175 |
|
176 |
# Voilà! Enjoy your Gradio App
|
177 |
|
178 |
-
After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
|
180 |
# Shameless Plug: [nbdev](https://nbdev.fast.ai/blog/posts/2022-07-28-nbdev2/)
|
181 |
|
|
|
175 |
|
176 |
# Voilà! Enjoy your Gradio App
|
177 |
|
178 |
+
After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo, , which is also embedded below:
|
179 |
+
|
180 |
+
|
181 |
+
<div>
|
182 |
+
<link rel="stylesheet" href="https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.css">
|
183 |
+
<div id="target"></div>
|
184 |
+
<script src="https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.js"></script>
|
185 |
+
<script>
|
186 |
+
launchGradioFromSpaces("hamel/hfspace_demo", "#target")
|
187 |
+
</script>
|
188 |
+
</div>
|
189 |
|
190 |
# Shameless Plug: [nbdev](https://nbdev.fast.ai/blog/posts/2022-07-28-nbdev2/)
|
191 |
|
app.ipynb
CHANGED
@@ -353,7 +353,17 @@
|
|
353 |
"id": "9b20ff94-6842-4078-9ec1-be740944e721",
|
354 |
"metadata": {},
|
355 |
"source": [
|
356 |
-
"After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
]
|
358 |
},
|
359 |
{
|
|
|
353 |
"id": "9b20ff94-6842-4078-9ec1-be740944e721",
|
354 |
"metadata": {},
|
355 |
"source": [
|
356 |
+
"After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo, , which is also embedded below:\n",
|
357 |
+
"\n",
|
358 |
+
"\n",
|
359 |
+
"<div>\n",
|
360 |
+
"<link rel=\"stylesheet\" href=\"https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.css\">\n",
|
361 |
+
"<div id=\"target\"></div>\n",
|
362 |
+
"<script src=\"https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.js\"></script>\n",
|
363 |
+
"<script>\n",
|
364 |
+
"launchGradioFromSpaces(\"hamel/hfspace_demo\", \"#target\")\n",
|
365 |
+
"</script>\n",
|
366 |
+
"</div>"
|
367 |
]
|
368 |
},
|
369 |
{
|
app.md
CHANGED
@@ -163,7 +163,17 @@ git add -A; git commit -m "Add application files"; git push
|
|
163 |
|
164 |
# Voilà! Enjoy your Gradio App
|
165 |
|
166 |
-
After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
# Shameless Plug: [nbdev](https://nbdev.fast.ai/blog/posts/2022-07-28-nbdev2/)
|
169 |
|
|
|
163 |
|
164 |
# Voilà! Enjoy your Gradio App
|
165 |
|
166 |
+
After a couple of minutes, you will see your app published! This app is published at https://huggingface.co/spaces/hamel/hfspace_demo, , which is also embedded below:
|
167 |
+
|
168 |
+
|
169 |
+
<div>
|
170 |
+
<link rel="stylesheet" href="https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.css">
|
171 |
+
<div id="target"></div>
|
172 |
+
<script src="https://gradio.s3-us-west-2.amazonaws.com/2.6.5/static/bundle.js"></script>
|
173 |
+
<script>
|
174 |
+
launchGradioFromSpaces("hamel/hfspace_demo", "#target")
|
175 |
+
</script>
|
176 |
+
</div>
|
177 |
|
178 |
# Shameless Plug: [nbdev](https://nbdev.fast.ai/blog/posts/2022-07-28-nbdev2/)
|
179 |
|