Spaces:
Runtime error
Runtime error
Commit
·
e6998f6
1
Parent(s):
1665b30
adjusted launch parameter
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ image = gr.inputs.Image(shape=(192, 192))
|
|
13 |
label = gr.outputs.Label()
|
14 |
|
15 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
16 |
-
intf.launch(
|
|
|
13 |
label = gr.outputs.Label()
|
14 |
|
15 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
16 |
+
intf.launch()
|