dpaul93 commited on
Commit
9530509
·
1 Parent(s): ff1730b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if __name__ == "__main__":
28
  gr.Interface(
29
  make_inference,
30
  [
31
- gr.inputs.Textbox(lines=2, label="Query"),
32
  ],
33
  gr.outputs.Textbox(label="Response"),
34
  title="🗣️TalkToMyDoc📄",
 
28
  gr.Interface(
29
  make_inference,
30
  [
31
+ gr.Textbox(lines=2, label="Query"),
32
  ],
33
  gr.outputs.Textbox(label="Response"),
34
  title="🗣️TalkToMyDoc📄",