Simba commited on
Commit
c548815
1 Parent(s): c1ccc26
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(image: np.ndarray, prompt: str, chat_history):
39
  with gr.Blocks() as demo:
40
  gr.Markdown(MARKDOWN)
41
  with gr.Row():
42
- webcam = gr.Image(sources=["webcam"], streaming=True, tool="select", type="numpy")
43
  message = gr.Textbox()
44
  chatbot = gr.Chatbot()
45
  clear_button = gr.Button("Clear")
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown(MARKDOWN)
41
  with gr.Row():
42
+ webcam = gr.Image(sources=["webcam"], streaming=True, type="numpy")
43
  message = gr.Textbox()
44
  chatbot = gr.Chatbot()
45
  clear_button = gr.Button("Clear")