Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ while True:
|
|
27 |
#inputs=gr.inputs.Image(type="pil",source="webcam")
|
28 |
outputs = gr.outputs.Image(type="pil", label="Output Image")
|
29 |
#ret, inputs = cam.read()
|
30 |
-
|
31 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(debug=True)
|
|
|
27 |
#inputs=gr.inputs.Image(type="pil",source="webcam")
|
28 |
outputs = gr.outputs.Image(type="pil", label="Output Image")
|
29 |
#ret, inputs = cam.read()
|
30 |
+
PIL.Image.open('soccer.jpg')
|
31 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(debug=True)
|