Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(theme=theme, css=css, title="SEA.AI Vision Demo") as demo:
|
|
139 |
)
|
140 |
|
141 |
# called during initial load in browser
|
142 |
-
demo.load(lambda: load_badges(flagged_counter.count()), [], badges, show_api=
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
demo.queue().launch()
|
|
|
139 |
)
|
140 |
|
141 |
# called during initial load in browser
|
142 |
+
demo.load(lambda: load_badges(flagged_counter.count()), [], badges, show_api=True)
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
demo.queue().launch()
|