Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gradio as gr
|
|
| 7 |
### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT
|
| 8 |
|
| 9 |
|
| 10 |
-
iface = gr.Interface.load("huggingface/
|
| 11 |
)
|
| 12 |
|
| 13 |
iface.launch()
|
|
|
|
| 7 |
### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT
|
| 8 |
|
| 9 |
|
| 10 |
+
iface = gr.Interface.load("huggingface/Giuliano/vit-lung-cancer",
|
| 11 |
)
|
| 12 |
|
| 13 |
iface.launch()
|