Skip to content

Commit

Permalink
feat: add gradio demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrost committed May 20, 2024
1 parent 69d538e commit 3271f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def default_init_code(self) -> Any:
from selenium.webdriver.common.action_chains import ActionChains

chrome_options = Options()
# chrome_options.add_argument("--headless")
chrome_options.add_argument("--headless")
chrome_options.add_argument("--no-sandbox")

self.driver = webdriver.Chrome(options=chrome_options)
Expand Down

0 comments on commit 3271f91

Please sign in to comment.