danyalmalik commited on
Commit
e247352
1 Parent(s): 6956df4

added title

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -63,4 +63,4 @@ def predict(img):
63
 
64
 
65
  gr.Interface(fn=predict, inputs=gr.Image(shape=(150, 150), type='pil'),
66
- outputs='label', examples=examples()).launch()
 
63
 
64
 
65
  gr.Interface(fn=predict, inputs=gr.Image(shape=(150, 150), type='pil'),
66
+ outputs='label', title=title, examples=examples()).launch()
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  torch
2
- torchvision
 
 
1
  torch
2
+ torchvision
3
+ numpy