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