Spaces:
Sleeping
Sleeping
nurasaki
commited on
Commit
•
24b0e76
1
Parent(s):
3b46be3
Change README.md file
Browse files
README.md
CHANGED
@@ -9,4 +9,19 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
|
13 |
+
<!--
|
14 |
+
> git clone https://huggingface.co/spaces/nurasaki/gradio_hello_world
|
15 |
+
> git add app.py
|
16 |
+
> git commit -am "Add app.py file"
|
17 |
+
> git push (adds to the 'origin/main' branch)
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
Add Github repo (name=gh_repo)
|
22 |
+
> git remote add gh_repo git@github.com:nurasaki/gradio_hello_world.git
|
23 |
+
> git push gh_repo main
|
24 |
+
-->
|
25 |
+
|
26 |
+
|
27 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|