Spaces:
Runtime error
Runtime error
updatE
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ genie = GenieSimulator(
|
|
74 |
prompt_horizon=PROMPT_HORIZON,
|
75 |
action_stride=1,
|
76 |
domain='language_table',
|
77 |
-
device="
|
78 |
)
|
79 |
|
80 |
image = Image.open("sim/assets/langtable_prompt/frame_06.png")
|
@@ -86,7 +86,7 @@ prompt_action = np.zeros(
|
|
86 |
).astype(np.float32)
|
87 |
genie.set_initial_state((prompt_image, prompt_action))
|
88 |
genie.device = "cuda"
|
89 |
-
|
90 |
|
91 |
|
92 |
if __name__ == '__main__':
|
|
|
74 |
prompt_horizon=PROMPT_HORIZON,
|
75 |
action_stride=1,
|
76 |
domain='language_table',
|
77 |
+
device="cuda"
|
78 |
)
|
79 |
|
80 |
image = Image.open("sim/assets/langtable_prompt/frame_06.png")
|
|
|
86 |
).astype(np.float32)
|
87 |
genie.set_initial_state((prompt_image, prompt_action))
|
88 |
genie.device = "cuda"
|
89 |
+
|
90 |
|
91 |
|
92 |
if __name__ == '__main__':
|