Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,7 +215,7 @@ def create_gpu_game_loop(command_queue: Queue, initial_seed_image=None, initial_
|
|
| 215 |
"""Create GPU game loop generator with closure over command_queue."""
|
| 216 |
print(f"create_gpu_game_loop: initial_seed_image={type(initial_seed_image)}, initial_seed_url={initial_seed_url}")
|
| 217 |
|
| 218 |
-
@spaces.GPU(duration=90)
|
| 219 |
def gpu_game_loop():
|
| 220 |
"""
|
| 221 |
Generator that keeps GPU allocated and processes commands.
|
|
|
|
| 215 |
"""Create GPU game loop generator with closure over command_queue."""
|
| 216 |
print(f"create_gpu_game_loop: initial_seed_image={type(initial_seed_image)}, initial_seed_url={initial_seed_url}")
|
| 217 |
|
| 218 |
+
@spaces.GPU(duration=90, size='xlarge')
|
| 219 |
def gpu_game_loop():
|
| 220 |
"""
|
| 221 |
Generator that keeps GPU allocated and processes commands.
|