Lagar commited on
Commit
640e95a
·
1 Parent(s): 7c9267d

additional files

Browse files
Files changed (2) hide show
  1. [email protected] +0 -0
  2. app.py +2 -2
[email protected] ADDED
app.py CHANGED
@@ -43,9 +43,9 @@ article ='''PlaNet -Photo Geolocation with Convolutional Neural Networks. A grad
43
  ex1 = '[email protected]'
44
  ex2 = '[email protected]'
45
  ex3 = '[email protected]'
46
-
47
  iface = gr.Interface(classify_image, inputs=gr.inputs.Image(shape=(299, 299), image_mode="RGB", type="numpy"),
48
- outputs=[gr.outputs.Textbox(label='Latitude,Longitude'),gr.outputs.Textbox(label='Address')],examples=[ex1,ex2],
49
  live=False,layout="horizontal", interpretation=None,title=title,
50
  description=description, article=article)
51
 
 
43
  ex1 = '[email protected]'
44
  ex2 = '[email protected]'
45
  ex3 = '[email protected]'
46
+ ex4 = '[email protected]'
47
  iface = gr.Interface(classify_image, inputs=gr.inputs.Image(shape=(299, 299), image_mode="RGB", type="numpy"),
48
+ outputs=[gr.outputs.Textbox(label='Latitude,Longitude'),gr.outputs.Textbox(label='Address')],examples=[ex1,ex2,ex3,ex4],
49
  live=False,layout="horizontal", interpretation=None,title=title,
50
  description=description, article=article)
51