Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- app.py +4 -1
- examples/mouse.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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
|
|
|
|
|
|
| 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 |
+
examples/mouse.jpg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -158,7 +158,10 @@ with gr.Blocks(title="X-Ray Anything", theme=gr.themes.Soft()) as demo:
|
|
| 158 |
btn.click(xray, inputs=[image_in, style], outputs=[image_out])
|
| 159 |
|
| 160 |
gr.Examples(
|
| 161 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
| 162 |
inputs=[image_in, style],
|
| 163 |
label="🧪 Try a sample",
|
| 164 |
)
|
|
|
|
| 158 |
btn.click(xray, inputs=[image_in, style], outputs=[image_out])
|
| 159 |
|
| 160 |
gr.Examples(
|
| 161 |
+
examples=[
|
| 162 |
+
["examples/gpu.jpg", "🩻 X-ray scan"],
|
| 163 |
+
["examples/mouse.jpg", "🩻 X-ray scan"],
|
| 164 |
+
],
|
| 165 |
inputs=[image_in, style],
|
| 166 |
label="🧪 Try a sample",
|
| 167 |
)
|
examples/mouse.jpg
ADDED
|
Git LFS Details
|