Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,10 @@ with gr.Blocks() as demo:
|
|
| 112 |
# Only webcam input in inputs; Gradio automatically injects oauth_token
|
| 113 |
webcam_input.stream(
|
| 114 |
process_webcam_stream_async,
|
| 115 |
-
inputs=[
|
|
|
|
|
|
|
|
|
|
| 116 |
outputs=[
|
| 117 |
description_out,
|
| 118 |
environment_out,
|
|
|
|
| 112 |
# Only webcam input in inputs; Gradio automatically injects oauth_token
|
| 113 |
webcam_input.stream(
|
| 114 |
process_webcam_stream_async,
|
| 115 |
+
inputs=[
|
| 116 |
+
webcam_input,
|
| 117 |
+
gr.OAuthToken()
|
| 118 |
+
],
|
| 119 |
outputs=[
|
| 120 |
description_out,
|
| 121 |
environment_out,
|