Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ from gradio_client import Client
|
|
33 |
|
34 |
client = Client("https://omnibus-html-image-current-tab.hf.space/--replicas/o0seq/")
|
35 |
|
36 |
-
def get_screenshot(chat,height=5000,width=600,chatblock=[1],header=True,theme="light",wait=3000)
|
37 |
result = client.predict(chat,height,width,chatblock,header,theme,wait,api_name="/run_script")
|
38 |
print (result)
|
39 |
|
|
|
33 |
|
34 |
client = Client("https://omnibus-html-image-current-tab.hf.space/--replicas/o0seq/")
|
35 |
|
36 |
+
def get_screenshot(chat,height=5000,width=600,chatblock=[1],header=True,theme="light",wait=3000):
|
37 |
result = client.predict(chat,height,width,chatblock,header,theme,wait,api_name="/run_script")
|
38 |
print (result)
|
39 |
|