Omnibus commited on
Commit
fc3f68a
·
verified ·
1 Parent(s): 6bfe0e3

Update app.py

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