Commit
·
3f76157
1
Parent(s):
682828e
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ label = Label()
|
|
33 |
|
34 |
example = ['dog.jpeg']
|
35 |
|
|
|
36 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
37 |
|
38 |
intf.launch(share=True)
|
|
|
33 |
|
34 |
example = ['dog.jpeg']
|
35 |
|
36 |
+
|
37 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
38 |
|
39 |
intf.launch(share=True)
|