Spaces:
Sleeping
Sleeping
live not working so removed it
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ def classify(image):
|
|
24 |
|
25 |
webcam = gr.Image(source='webcam', streaming=True, shape=(48, 48), image_mode='L')
|
26 |
|
27 |
-
interface = gr.Interface(fn=classify, inputs=webcam, outputs='text'
|
28 |
interface.launch();
|
|
|
24 |
|
25 |
webcam = gr.Image(source='webcam', streaming=True, shape=(48, 48), image_mode='L')
|
26 |
|
27 |
+
interface = gr.Interface(fn=classify, inputs=webcam, outputs='text')
|
28 |
interface.launch();
|