Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,4 +37,4 @@ label = gr.outputs.Label()
|
|
| 37 |
examples = ['test.jpg', 'test1.jpg','test2.jpg','test3.jpg','test4.jpg','test5.jpg']
|
| 38 |
|
| 39 |
intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
|
| 40 |
-
intf.launch(
|
|
|
|
| 37 |
examples = ['test.jpg', 'test1.jpg','test2.jpg','test3.jpg','test4.jpg','test5.jpg']
|
| 38 |
|
| 39 |
intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
|
| 40 |
+
intf.launch()
|