Spaces:
Running
Running
schirrmacher
commited on
Commit
•
7a3899f
1
Parent(s):
e19fd5f
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -2
- app.py +1 -1
- example 2.png +3 -0
- example1.png +3 -0
- example3.png +3 -0
.gitattributes
CHANGED
@@ -33,5 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
|
37 |
-
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
example[[:space:]]2.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
example1.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
example3.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -74,7 +74,7 @@ It is based on <a href='https://github.com/xuebinqin/DIS' target='_blank'>Highly
|
|
74 |
<a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model information here.</a>
|
75 |
"""
|
76 |
examples = [
|
77 |
-
["./
|
78 |
]
|
79 |
|
80 |
demo = gr.Interface(
|
|
|
74 |
<a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model information here.</a>
|
75 |
"""
|
76 |
examples = [
|
77 |
+
["./example1.png", "./example2.png", "./example3.png"],
|
78 |
]
|
79 |
|
80 |
demo = gr.Interface(
|
example 2.png
ADDED
Git LFS Details
|
example1.png
ADDED
Git LFS Details
|
example3.png
ADDED
Git LFS Details
|