Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ def func_classi(img):
|
|
12 |
import gradio as gr
|
13 |
|
14 |
examples=('Black people','White people')
|
15 |
-
demo = gr.Interface(fn=func_classi, inputs=[gr.Webcam()], outputs=[gr.
|
16 |
demo.launch(inline=False)
|
|
|
12 |
import gradio as gr
|
13 |
|
14 |
examples=('Black people','White people')
|
15 |
+
demo = gr.Interface(fn=func_classi, inputs=[gr.Webcam()], outputs=[gr.Label(label="Results")])
|
16 |
demo.launch(inline=False)
|