Spaces:
Running
Running
Commit
·
7da3fc3
1
Parent(s):
7c79929
add clean
Browse files
app.py
CHANGED
|
@@ -114,6 +114,7 @@ if start_button:
|
|
| 114 |
|
| 115 |
bot.controller.load_location_from_data(sample)
|
| 116 |
bot.controller.setup_clean_environment()
|
|
|
|
| 117 |
|
| 118 |
# Create scrollable container for this sample
|
| 119 |
sample_container = st.container()
|
|
@@ -131,6 +132,8 @@ if start_button:
|
|
| 131 |
st.subheader(f"Step {step_num}/{steps_per_sample}")
|
| 132 |
|
| 133 |
# Take screenshot and show
|
|
|
|
|
|
|
| 134 |
bot.controller.label_arrows_on_screen()
|
| 135 |
screenshot_bytes = bot.controller.take_street_view_screenshot()
|
| 136 |
|
|
|
|
| 114 |
|
| 115 |
bot.controller.load_location_from_data(sample)
|
| 116 |
bot.controller.setup_clean_environment()
|
| 117 |
+
|
| 118 |
|
| 119 |
# Create scrollable container for this sample
|
| 120 |
sample_container = st.container()
|
|
|
|
| 132 |
st.subheader(f"Step {step_num}/{steps_per_sample}")
|
| 133 |
|
| 134 |
# Take screenshot and show
|
| 135 |
+
bot.controller.setup_clean_environment()
|
| 136 |
+
|
| 137 |
bot.controller.label_arrows_on_screen()
|
| 138 |
screenshot_bytes = bot.controller.take_street_view_screenshot()
|
| 139 |
|