Omnibus commited on
Commit
a697fee
·
verified ·
1 Parent(s): 6033b8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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