Spaces:
Runtime error
Runtime error
SiddharthNagaych
commited on
Commit
·
b748612
1
Parent(s):
5079a41
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ image =gr.inputs.Image(shape=(192,192))
|
|
14 |
label=gr.outputs.Label()
|
15 |
example=['dog.jpg']
|
16 |
intf=gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=example)
|
17 |
-
intf.launch(
|
|
|
14 |
label=gr.outputs.Label()
|
15 |
example=['dog.jpg']
|
16 |
intf=gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=example)
|
17 |
+
intf.launch()
|