Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def gradio_wrapper(img):
|
|
14 |
return results.render()[0]
|
15 |
|
16 |
# Set up the Gradio image input component with the option to upload an image or use the webcam
|
17 |
-
image = gr.inputs.Image(source=["upload", "webcam"]
|
18 |
|
19 |
# Create the Gradio interface with the gradio_wrapper function, the image input component, and an image output component
|
20 |
demo = gr.Interface(
|
|
|
14 |
return results.render()[0]
|
15 |
|
16 |
# Set up the Gradio image input component with the option to upload an image or use the webcam
|
17 |
+
image = gr.inputs.Image(source=["upload", "webcam"])
|
18 |
|
19 |
# Create the Gradio interface with the gradio_wrapper function, the image input component, and an image output component
|
20 |
demo = gr.Interface(
|