Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -2,7 +2,9 @@ import gradio as gr
|
|
2 |
|
3 |
### "huggingface/STSP/whole_lung_classification"
|
4 |
|
5 |
-
|
|
|
|
|
6 |
)
|
7 |
|
8 |
iface.launch()
|
|
|
2 |
|
3 |
### "huggingface/STSP/whole_lung_classification"
|
4 |
|
5 |
+
### "huggingface/google/vit-base-patch16-224" this works perfectly
|
6 |
+
|
7 |
+
iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
|
8 |
)
|
9 |
|
10 |
iface.launch()
|