mirror of
https://github.com/trycua/lume.git
synced 2026-05-05 11:50:24 -05:00
Fix computer examples
This commit is contained in:
@@ -34,7 +34,7 @@ async def main():
|
||||
display="1024x768", # Higher resolution
|
||||
memory="8GB", # More memory
|
||||
cpu="4", # More CPU cores
|
||||
os="macos",
|
||||
os_type="macos",
|
||||
verbosity=LogLevel.NORMAL, # Use QUIET to suppress most logs
|
||||
use_host_computer_server=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user