Spaces:
Sleeping
Sleeping
TuanScientist
commited on
Commit
·
2bcdc4f
1
Parent(s):
9789338
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,6 @@ if __name__ == "__main__":
|
|
50 |
gr.outputs.Textbox(label="Mô tả"),
|
51 |
gr.outputs.Textbox(label="Disclaimer")
|
52 |
]
|
53 |
-
interface = gr.Interface(fn=predict_vn_index, inputs=dropdown, outputs=outputs, title="Dự
|
54 |
interface.launch()
|
55 |
|
|
|
50 |
gr.outputs.Textbox(label="Mô tả"),
|
51 |
gr.outputs.Textbox(label="Disclaimer")
|
52 |
]
|
53 |
+
interface = gr.Interface(fn=predict_vn_index, inputs=dropdown, outputs=outputs, title="Dự đoán GOLD/USD 90 ngày tới")
|
54 |
interface.launch()
|
55 |
|