sengzi commited on
Commit
7a7d875
1 Parent(s): 154211d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,10 +5,10 @@ sej = Sejarah()
5
 
6
  iface = gr.Interface(
7
  fn=sej.interface,
8
- inputs=gr.inputs.Textbox(label="Please Type Your Question Here: "),
9
- outputs=[gr.outputs.Textbox(label="Answers"),gr.outputs.Textbox(label="Content")],
10
  description="## Question Answering in Malaysian Language (History)\n\n(**English** and **Bahasa Malaysia**)",
11
  allow_flagging = False
12
  )
13
 
14
- iface.launch(inline = True,share=True)
 
5
 
6
  iface = gr.Interface(
7
  fn=sej.interface,
8
+ inputs=gr.inputs.Textbox(label="Tanya saya tentang sejarah Malaysia (Ask me about the history of Malaysia): "),
9
+ outputs=[gr.outputs.Textbox(label="Jawapan (Answers)"),gr.outputs.Textbox(label="Kandungan (Content)")],
10
  description="## Question Answering in Malaysian Language (History)\n\n(**English** and **Bahasa Malaysia**)",
11
  allow_flagging = False
12
  )
13
 
14
+ iface.launch(inline = True)