Spaces:
Sleeping
Sleeping
Commit
·
41a1090
1
Parent(s):
debe29f
Update README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OMS Analyze — Prototype
|
| 2 |
> Created by PEACE, Powered by AI, Version 0.0.1
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: OMS Analyze by AI
|
| 3 |
+
emoji: 🐨
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.35.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: Prototype Application Platform สำหรับวิเคราะห์ข้อมูลการดับไฟฟ้า
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# OMS Analyze — Prototype
|
| 15 |
> Created by PEACE, Powered by AI, Version 0.0.1
|
| 16 |
|
app.py
CHANGED
|
@@ -524,4 +524,4 @@ with gr.Blocks() as demo:
|
|
| 524 |
run_fc.click(fn=run_forecast_ui, inputs=[csv_in_fc, metric_fc, model_type_fc, periods_fc, multivariate_fc, current_model_state, prophet_changepoint_prior, prophet_seasonality_prior, prophet_seasonality_mode, dl_seq_length, dl_epochs, dl_batch_size, dl_learning_rate, dl_units, dl_dropout], outputs=[hist_out, fcst_out, plot_out, fc_status, fc_download])
|
| 525 |
|
| 526 |
if __name__ == '__main__':
|
| 527 |
-
demo.launch()
|
|
|
|
| 524 |
run_fc.click(fn=run_forecast_ui, inputs=[csv_in_fc, metric_fc, model_type_fc, periods_fc, multivariate_fc, current_model_state, prophet_changepoint_prior, prophet_seasonality_prior, prophet_seasonality_mode, dl_seq_length, dl_epochs, dl_batch_size, dl_learning_rate, dl_units, dl_dropout], outputs=[hist_out, fcst_out, plot_out, fc_status, fc_download])
|
| 525 |
|
| 526 |
if __name__ == '__main__':
|
| 527 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|