Giuliano commited on
Commit
164d33e
·
1 Parent(s): dabf2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/nateraw/vit-base-beans",
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()