Spaces:
Sleeping
Sleeping
jerryjia92
commited on
Commit
·
4ea21b4
1
Parent(s):
e82454d
version 2
Browse files
app.py
CHANGED
@@ -18,4 +18,5 @@ label = gr.Label()
|
|
18 |
examples = ['yorkshire_terrier_171.jpg','Abyssinian_17.jpg']
|
19 |
|
20 |
intf = gr.Interface(fn=predict, inputs=image, outputs=label, examples=examples)
|
21 |
-
|
|
|
|
18 |
examples = ['yorkshire_terrier_171.jpg','Abyssinian_17.jpg']
|
19 |
|
20 |
intf = gr.Interface(fn=predict, inputs=image, outputs=label, examples=examples)
|
21 |
+
|
22 |
+
intf.launch(share=True)
|