Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as app:
|
|
85 |
im_width=gr.Number(label="Width",value=500)
|
86 |
wait_time=gr.Number(label="Wait Time",value=3000)
|
87 |
theme=gr.Radio(label="Theme", choices=["light","dark"],value="light")
|
88 |
-
chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,
|
89 |
|
90 |
im_btn=gr.Button("Screenshot")
|
91 |
img=gr.Image(type='filepath')
|
|
|
85 |
im_width=gr.Number(label="Width",value=500)
|
86 |
wait_time=gr.Number(label="Wait Time",value=3000)
|
87 |
theme=gr.Radio(label="Theme", choices=["light","dark"],value="light")
|
88 |
+
chatblock=gr.Dropdown(label="Chatblocks",choices=[c for c in range(1,40)],multiselect=True,value=1)
|
89 |
|
90 |
im_btn=gr.Button("Screenshot")
|
91 |
img=gr.Image(type='filepath')
|