Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = ["https://cdn-uploads.huggingface.co/production/uploads/63de2ecce742e86dc9196cb0/oGDkcC_A2EippXY1qGzvz.png"]
|
4 |
+
|
5 |
+
gr.load("models/emre570/google-vit-large-finetuned",
|
6 |
+
title="Fine Tuned Breast Cancer ViT Demo",
|
7 |
+
examples = examples).launch()
|