Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ 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 |
|
6 |
client = Client("Qwen/Qwen2.5-72B-Instruct")
|
7 |
def take_screenshots(ort, start, end, step):
|
|
|
2 |
from selenium import webdriver
|
3 |
from selenium.common.exceptions import WebDriverException
|
4 |
from selenium.webdriver.common.by import By
|
5 |
+
from gradio_client import Client
|
6 |
|
7 |
client = Client("Qwen/Qwen2.5-72B-Instruct")
|
8 |
def take_screenshots(ort, start, end, step):
|