Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from gradio_client import Client
|
2 |
import gradio as gr
|
3 |
-
client = Client("https://omnibus-html-image-current-tab.hf.space
|
4 |
|
5 |
def get_screenshot(chat: list,height=5000,width=600,chatblock=[1],header=True,theme="light",wait=3000):
|
6 |
result = client.predict(chat,height,width,chatblock,header,theme,wait,api_name="/run_script")
|
|
|
1 |
from gradio_client import Client
|
2 |
import gradio as gr
|
3 |
+
client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
4 |
|
5 |
def get_screenshot(chat: list,height=5000,width=600,chatblock=[1],header=True,theme="light",wait=3000):
|
6 |
result = client.predict(chat,height,width,chatblock,header,theme,wait,api_name="/run_script")
|