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