TuanScientist commited on
Commit
0d8cd1d
·
1 Parent(s): 8ca55e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,7 +46,7 @@ def predict_vn_index(option=None):
46
  fig2 = m.plot_latest_forecast(forecast) # Replace this line with code to generate the second image
47
  fig2_path = "forecast_plot2.png"
48
  fig2.savefig(fig2_path)
49
- disclaimer = "Quý khách chỉ xem đây là tham khảo, công ty không chịu bất cứ trách nhiệm nào về tình trạng đầu tư của quý khách."
50
 
51
  return fig1_path, fig2_path, disclaimer
52
 
@@ -54,8 +54,8 @@ def predict_vn_index(option=None):
54
  if __name__ == "__main__":
55
  dropdown = gr.inputs.Dropdown(["VNIndex"], label="Choose an option", default="VNIndex")
56
  outputs = [
57
- gr.outputs.Image(type="filepath", label="First Image"),
58
- gr.outputs.Image(type="filepath", label="Second Image"),
59
  gr.outputs.Textbox(label="Disclaimer")
60
  ]
61
  interface = gr.Interface(fn=predict_vn_index, inputs=dropdown, outputs=outputs, title="Dự báo VN Index 30 ngày tới")
 
46
  fig2 = m.plot_latest_forecast(forecast) # Replace this line with code to generate the second image
47
  fig2_path = "forecast_plot2.png"
48
  fig2.savefig(fig2_path)
49
+ disclaimer = "Dự đoán được thực hiện bởi thuật toán AI học sâu (Deep Learning), bởi đội ngũ AI Consultant. Quý khách chỉ xem đây là tham khảo, công ty không chịu bất cứ trách nhiệm nào về tình trạng đầu tư của quý khách."
50
 
51
  return fig1_path, fig2_path, disclaimer
52
 
 
54
  if __name__ == "__main__":
55
  dropdown = gr.inputs.Dropdown(["VNIndex"], label="Choose an option", default="VNIndex")
56
  outputs = [
57
+ gr.outputs.Image(type="filepath", label="Lịch sử VNIndex và dự đoán"),
58
+ gr.outputs.Image(type="filepath", label="Dự đoán VNIndex cho 30 ngày tới"),
59
  gr.outputs.Textbox(label="Disclaimer")
60
  ]
61
  interface = gr.Interface(fn=predict_vn_index, inputs=dropdown, outputs=outputs, title="Dự báo VN Index 30 ngày tới")