Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,11 @@ import gradio as gr
|
|
| 2 |
|
| 3 |
examples = ["https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/oGDkcC_A2EippXY1qGzvz.png",
|
| 4 |
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/Q7KrLHxyOGGMYe9Il-AGr.png",
|
| 5 |
-
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/eeBiP6moG6h-f2JMcWFVq.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
description = "This demo uses a Vision Transformer model specially trained for breast cancer detection. You can see the model's predictions by uploading an X-ray image below."
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
examples = ["https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/oGDkcC_A2EippXY1qGzvz.png",
|
| 4 |
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/Q7KrLHxyOGGMYe9Il-AGr.png",
|
| 5 |
+
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/eeBiP6moG6h-f2JMcWFVq.png",
|
| 6 |
+
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/Kh3W61A0j8mjtkmeaclnP.png",
|
| 7 |
+
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/8WTccefRQ1AJVXh1tv9Tt.png",
|
| 8 |
+
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/wXoSxoNaOZwUpvoCFosEm.png",
|
| 9 |
+
"https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/ya4D9ZiChtk2EHdxY8Eki.png"]
|
| 10 |
|
| 11 |
description = "This demo uses a Vision Transformer model specially trained for breast cancer detection. You can see the model's predictions by uploading an X-ray image below."
|
| 12 |
|