wiusdy commited on
Commit
bc9e9f3
1 Parent(s): aeb77e5

removing element id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ if __name__ == "__main__":
14
  gr.Textbox(label="Insert a question..", lines=2),
15
  gr.Button(value="Submit")
16
  ]),
17
- outputs=gr.Textbox(value="", label="Your answer is here..", element_id="inference.inference")
18
  )
19
  interface.launch()
 
14
  gr.Textbox(label="Insert a question..", lines=2),
15
  gr.Button(value="Submit")
16
  ]),
17
+ outputs="text"
18
  )
19
  interface.launch()