sudthi commited on
Commit
f067739
·
verified ·
1 Parent(s): a010e10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- iimport gradio as gr
2
  from transformers import pipeline
3
 
4
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
 
1
+ import gradio as gr
2
  from transformers import pipeline
3
 
4
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")