Spaces:
Runtime error
Runtime error
Lagar
commited on
Commit
·
f1f8f95
1
Parent(s):
64c32eb
additional files and edits in app.py
Browse files- [email protected] +0 -0
- app.py +1 -0
[email protected]
ADDED
![]() |
app.py
CHANGED
@@ -42,6 +42,7 @@ article ='''PlaNet -Photo Geolocation with Convolutional Neural Networks. A grad
|
|
42 |
|
43 |
ex1 = '[email protected]'
|
44 |
ex2 = '[email protected]'
|
|
|
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 = '[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],
|