mamechin commited on
Commit
4ec90de
1 Parent(s): a6d7a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,11 +8,11 @@ from PIL import Image
8
  import gradio as gr
9
 
10
  # imgs = [np.zeros((640, 480, 3))]
11
- imgs = 'inference/images/meal.jpg'
12
 
13
- results = model(imgs) # batched inference
14
- results.print()
15
- results.save()
16
 
17
 
18
 
 
8
  import gradio as gr
9
 
10
  # imgs = [np.zeros((640, 480, 3))]
11
+ # imgs = 'inference/images/meal.jpg'
12
 
13
+ # results = model(imgs) # batched inference
14
+ # results.print()
15
+ # results.save()
16
 
17
 
18