Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,6 @@ with gr.Blocks() as app:
|
|
67 |
sys_inp = gr.Textbox(label="System Prompt")
|
68 |
im_btn=gr.Button("Screenshot")
|
69 |
img=gr.Image(type='filepath')
|
70 |
-
btn.click(chat_inf,[sys_inp,inp,
|
71 |
#app.load(get_screenshot,inp,img)
|
72 |
app.launch()
|
|
|
67 |
sys_inp = gr.Textbox(label="System Prompt")
|
68 |
im_btn=gr.Button("Screenshot")
|
69 |
img=gr.Image(type='filepath')
|
70 |
+
btn.click(chat_inf,[sys_inp,inp,chat_b],chat_b)
|
71 |
#app.load(get_screenshot,inp,img)
|
72 |
app.launch()
|