rafaym commited on
Commit
3a82972
·
1 Parent(s): a0ae92e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbook(label="Results")])
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.Textbox(label="Results")])
16
  demo.launch(inline=False)