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