Giuliano commited on
Commit
5a8c331
1 Parent(s): 5d00db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,8 +9,6 @@ from transformers import pipeline
9
  pipe = pipeline(task="image-classification",
10
  model="nateraw/vit-base-beans")
11
 
12
- gr.Interface.from_pipeline(pipe,
13
- title="Image Classification",
14
- description="Test",
15
  examples=["example-leaf.jpeg"],
16
  ).launch()
 
9
  pipe = pipeline(task="image-classification",
10
  model="nateraw/vit-base-beans")
11
 
12
+ gr.Interface.from_pipeline(pipe,
 
 
13
  examples=["example-leaf.jpeg"],
14
  ).launch()