Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ interface = gr.Interface(
|
|
109 |
outputs=[gr.outputs.Label(num_top_classes=3)] + 3 * [gr.outputs.Image(type="file")],
|
110 |
title=title,
|
111 |
description=description,
|
112 |
-
live=True,
|
113 |
examples=[
|
114 |
["kids playing in the snow"],
|
115 |
["walking in the dark"],
|
|
|
109 |
outputs=[gr.outputs.Label(num_top_classes=3)] + 3 * [gr.outputs.Image(type="file")],
|
110 |
title=title,
|
111 |
description=description,
|
112 |
+
#live=True,
|
113 |
examples=[
|
114 |
["kids playing in the snow"],
|
115 |
["walking in the dark"],
|