Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ demo = gr.Interface(
|
|
124 |
],
|
125 |
outputs = [gr.Label(num_top_classes=3), gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
|
126 |
examples = examples,
|
127 |
-
live=True
|
128 |
)
|
129 |
|
130 |
|
|
|
124 |
],
|
125 |
outputs = [gr.Label(num_top_classes=3), gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
|
126 |
examples = examples,
|
127 |
+
# live=True
|
128 |
)
|
129 |
|
130 |
|