chaouch commited on
Commit
bd0ef8e
·
verified ·
1 Parent(s): 8025b16
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -63,8 +63,7 @@ demo4 = gr.Interface(
63
  fn=Qa,
64
  inputs=[
65
  gr.Image(type="filepath", label="Upload Document"),
66
- gr.Textbox(label="Question"),
67
- gr.Checkbox(label="Enable Internet Access")
68
  ],
69
  outputs=[
70
  gr.Textbox(label="Answer"),
 
63
  fn=Qa,
64
  inputs=[
65
  gr.Image(type="filepath", label="Upload Document"),
66
+ gr.Textbox(label="Question")
 
67
  ],
68
  outputs=[
69
  gr.Textbox(label="Answer"),