Spaces:
Sleeping
Sleeping
Commit
·
6c2d1c5
1
Parent(s):
250b454
"No Share Allow"
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ label= gr.outputs.Label()
|
|
25 |
examples =['black.jpg', 'teddy.jpg']
|
26 |
|
27 |
intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
|
28 |
-
intf.launch(
|
|
|
25 |
examples =['black.jpg', 'teddy.jpg']
|
26 |
|
27 |
intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
|
28 |
+
intf.launch()
|