Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ If you identify cases where the model fails, <a href='https://huggingface.co/sch
|
|
72 |
- <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research</a>: see current approach for improvements
|
73 |
"""
|
74 |
|
75 |
-
examples = ["./example1.
|
76 |
|
77 |
demo = gr.Interface(
|
78 |
fn=inference,
|
|
|
72 |
- <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research</a>: see current approach for improvements
|
73 |
"""
|
74 |
|
75 |
+
examples = ["./example1.jpeg", "./example2.jpeg", "./example3.jpeg"]
|
76 |
|
77 |
demo = gr.Interface(
|
78 |
fn=inference,
|