Spaces:
Runtime error
Runtime error
Lagar
commited on
Commit
·
f1f8f95
1
Parent(s):
64c32eb
additional files and edits in app.py
Browse files
UnitedKingdom_00019_964966881_426cf82f57_1071_98545448@N00.jpg
ADDED
![]() |
app.py
CHANGED
@@ -42,6 +42,7 @@ article ='''PlaNet -Photo Geolocation with Convolutional Neural Networks. A grad
|
|
42 |
|
43 |
ex1 = 'UnitedKingdom_00019_964966881_426cf82f57_1071_98545448@N00.jpg'
|
44 |
ex2 = 'Tanzania_00019_1292210091_693ea74b7a_1088_15274769@N00.jpg'
|
|
|
45 |
|
46 |
iface = gr.Interface(classify_image, inputs=gr.inputs.Image(shape=(299, 299), image_mode="RGB", type="numpy"),
|
47 |
outputs=[gr.outputs.Textbox(label='Latitude,Longitude'),gr.outputs.Textbox(label='Address')],examples=[ex1,ex2],
|
|
|
42 |
|
43 |
ex1 = 'UnitedKingdom_00019_964966881_426cf82f57_1071_98545448@N00.jpg'
|
44 |
ex2 = 'Tanzania_00019_1292210091_693ea74b7a_1088_15274769@N00.jpg'
|
45 |
+
ex3 = 'Sydney_00073_1226915900_eea86783cd_1128_65768710@N00.jpg'
|
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],
|