Mary12 commited on
Commit
c805466
·
1 Parent(s): c9c85e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ app = gr.Interface(
78
  btn=gr.UploadButton("📁"),
79
  # inputs=['textbox', 'text', 'file'],
80
  # inputs=['textbox', 'text', gr.inputs.File()],
81
- inputs = [gr.inputs.Textbox(label="Տեքստ", type="text"),gr.inputs.Text(label="Հարց", type="text"),gr.inputs.File(label="Ֆայլ", type="file")]
82
  # outputs='textbox',
83
  outputs=gr.outputs.Textbox(label="Արհեստական բանականություն"),
84
  title='Ողջու՛յն։ Ես քո արհեստական բանականությամբ օգնականն եմ',
 
78
  btn=gr.UploadButton("📁"),
79
  # inputs=['textbox', 'text', 'file'],
80
  # inputs=['textbox', 'text', gr.inputs.File()],
81
+ inputs = [gr.inputs.Textbox(label="Տեքստ", type="text"),gr.inputs.Text(label="Հարց", type="text"),gr.inputs.File(label="Ֆայլ", type="file")],
82
  # outputs='textbox',
83
  outputs=gr.outputs.Textbox(label="Արհեստական բանականություն"),
84
  title='Ողջու՛յն։ Ես քո արհեստական բանականությամբ օգնականն եմ',