annubis commited on
Commit
61f2630
·
1 Parent(s): 1d6ca53

changed the title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  from functions import *
4
 
5
  examples_dir = 'examples'
6
- title = "Birds Classification - ResNet34 PyTorch"
7
  examples = [os.path.join(examples_dir, i) for i in os.listdir('examples')]
8
 
9
  interface = gr.Interface(fn=predict, inputs=gr.Image(type= 'numpy', shape=(64, 64)).style(height= 256),
 
3
  from functions import *
4
 
5
  examples_dir = 'examples'
6
+ title = "Land Use Classification - ResNet34 PyTorch"
7
  examples = [os.path.join(examples_dir, i) for i in os.listdir('examples')]
8
 
9
  interface = gr.Interface(fn=predict, inputs=gr.Image(type= 'numpy', shape=(64, 64)).style(height= 256),