atomiclabs commited on
Commit
a20a38a
·
1 Parent(s): 1518056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/facebook/detr-resnet-50",
4
  )
5
 
6
  iface.launch()
 
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/distilbert-base-uncased-finetuned-sst-2-english",
4
  )
5
 
6
  iface.launch()