Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from selenium import webdriver
|
3 |
from selenium.common.exceptions import WebDriverException
|
|
|
4 |
from PIL import Image
|
5 |
from io import BytesIO
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
from selenium import webdriver
|
3 |
from selenium.common.exceptions import WebDriverException
|
4 |
+
from selenium.webdriver.common.by import By
|
5 |
from PIL import Image
|
6 |
from io import BytesIO
|
7 |
|