mdkhalid commited on
Commit
ac8e8f6
·
1 Parent(s): 7ae3d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  def is_bird(x): return x[0].isupper()
7
 
8
  # %%
9
- im = PILImage.create('dog.jpg')
10
  im.thumbnail((192,192))
11
  im
12
 
 
6
  def is_bird(x): return x[0].isupper()
7
 
8
  # %%
9
+ im = PILImage.create('dog.jpeg')
10
  im.thumbnail((192,192))
11
  im
12